]> git.sesse.net Git - vlc/blobdiff - include/network.h
Better ACL API (full rewrite)
[vlc] / include / network.h
index bbada0f4a02d96bc5ad5206ccc11dc754f2d0292..4fcf4a741f348eeac0e8f25f2f89d95054f0d74d 100644 (file)
@@ -371,9 +371,6 @@ VLC_EXPORT( int, __net_vaPrintf, ( vlc_object_t *p_this, int fd, v_socket_t *, c
 # define net_StopRecv( fd ) (void)0
 #endif
 
-#define net_CheckIP(a,b,c,d) __net_CheckIP(VLC_OBJECT(a),b,c,d)
-VLC_EXPORT( int, __net_CheckIP, ( vlc_object_t *p_this, char *psz_ip, char **ppsz_hosts, int i_hosts ) );
-
 /* Portable network names/addresses resolution layer */
 
 /* GAI error codes */