]> git.sesse.net Git - vlc/blobdiff - include/vlc_network.h
Single service DCCP/RTP/AVP input
[vlc] / include / vlc_network.h
index d330d55b189d7c08cbc4d99d1abf45d4a275e39b..988d8d57410d9b10b405434b23b2ad834fe5fc29 100644 (file)
@@ -70,6 +70,7 @@ extern "C" {
 /* Portable networking layer communication */
 int net_Socket (vlc_object_t *obj, int family, int socktype, int proto);
 
+#define net_Connect(a, b, c, d, e) __net_Connect(VLC_OBJECT(a), b, c, d, e)
 VLC_EXPORT( int, __net_Connect, (vlc_object_t *p_this, const char *psz_host, int i_port, int socktype, int protocol) );
 
 VLC_EXPORT( int *, net_Listen, (vlc_object_t *p_this, const char *psz_host, int i_port,