Skip to content
Snippets Groups Projects
Commit 3d91aa3f authored by Steve Lhomme's avatar Steve Lhomme
Browse files

network: no need to declare net_Listen() locally

parent 68a049fe
No related branches found
No related tags found
No related merge requests found
......@@ -57,8 +57,6 @@ static int SocksHandshakeTCP( vlc_object_t *,
int fd, int i_socks_version,
const char *psz_user, const char *psz_passwd,
const char *psz_host, int i_port );
extern int net_Socket( vlc_object_t *p_this, int i_family, int i_socktype,
int i_protocol );
#undef net_Connect
/*****************************************************************************
......
......@@ -87,9 +87,6 @@
# define UDPLITE_RECV_CSCOV 11
#endif
extern int net_Socket( vlc_object_t *p_this, int i_family, int i_socktype,
int i_protocol );
/* */
static int net_SetupDgramSocket (vlc_object_t *p_obj, int fd,
const struct addrinfo *ptr)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment