]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
Use vlc_accept()
[vlc] / include / vlc_network.h
index 19502d22761061769dc7116db9e58dca015c3b7e..8f938f6e82fcb15a11248b14f6ebc3cbb4e6e72a 100644 (file)
@@ -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)