Commit 7477aabc authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Export vlc_socket()

(cherry picked from commit 619b980ef0eb9b91fd45b2657d810c324401e0b2)
parent 592d02b7
...@@ -82,7 +82,7 @@ struct msghdr ...@@ -82,7 +82,7 @@ struct msghdr
# undef IPV6_JOIN_GROUP # undef IPV6_JOIN_GROUP
#endif #endif
int vlc_socket (int, int, int, bool nonblock) VLC_USED; VLC_API int vlc_socket (int, int, int, bool nonblock) VLC_USED;
struct sockaddr; struct sockaddr;
VLC_API int vlc_accept( int, struct sockaddr *, socklen_t *, bool ) VLC_USED; VLC_API int vlc_accept( int, struct sockaddr *, socklen_t *, bool ) VLC_USED;
......
...@@ -468,6 +468,7 @@ vlc_rename ...@@ -468,6 +468,7 @@ vlc_rename
vlc_getcwd vlc_getcwd
vlc_dup vlc_dup
vlc_pipe vlc_pipe
vlc_socket
vlc_accept vlc_accept
utf8_vfprintf utf8_vfprintf
var_AddCallback var_AddCallback
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment