Commit 619b980e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Export vlc_socket()

parent 6acd0f4c
...@@ -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;
......
...@@ -454,6 +454,7 @@ vlc_rename ...@@ -454,6 +454,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