X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fvlc_fs.h;h=1210683153ec1fb2eeca48a34ed5d711a5519143;hb=c60652e38ac6afd74bd8225e9dae5406f13aaa4f;hp=5bdd10ce0d32153c05530a5d6e5e4648b50def47;hpb=a2f2d51d0329cad437db4617c3f2b6584265a8a8;p=vlc diff --git a/include/vlc_fs.h b/include/vlc_fs.h index 5bdd10ce0d..1210683153 100644 --- a/include/vlc_fs.h +++ b/include/vlc_fs.h @@ -54,9 +54,4 @@ VLC_EXPORT( int, vlc_lstat, ( const char *filename, struct stat *buf ) ); VLC_EXPORT( int, vlc_mkstemp, ( char * ) ); VLC_EXPORT( int, vlc_dup, ( int ) ); -int vlc_socket (int, int, int, bool nonblock) LIBVLC_USED; - -struct sockaddr; -VLC_EXPORT( int, vlc_accept, ( int, struct sockaddr *, socklen_t *, bool ) LIBVLC_USED ); - #endif