X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_network.h;fp=include%2Fvlc_network.h;h=8f938f6e82fcb15a11248b14f6ebc3cbb4e6e72a;hb=af64d14a00bbaca4c17b7f3feb7399d7a0363f23;hp=19502d22761061769dc7116db9e58dca015c3b7e;hpb=a2f2d51d0329cad437db4617c3f2b6584265a8a8;p=vlc diff --git a/include/vlc_network.h b/include/vlc_network.h index 19502d2276..8f938f6e82 100644 --- a/include/vlc_network.h +++ b/include/vlc_network.h @@ -83,7 +83,6 @@ extern "C" { /* Portable networking layer communication */ int net_Socket (vlc_object_t *obj, int family, int socktype, int proto); -int net_SetupSocket (int fd); VLC_EXPORT( int, net_Connect, (vlc_object_t *p_this, const char *psz_host, int i_port, int socktype, int protocol) ); #define net_Connect(a, b, c, d, e) net_Connect(VLC_OBJECT(a), b, c, d, e)