Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
619b980e
Commit
619b980e
authored
May 14, 2012
by
Rémi Denis-Courmont
Browse files
Export vlc_socket()
parent
6acd0f4c
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/vlc_network.h
View file @
619b980e
...
...
@@ -82,7 +82,7 @@ struct msghdr
# undef IPV6_JOIN_GROUP
#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
;
VLC_API
int
vlc_accept
(
int
,
struct
sockaddr
*
,
socklen_t
*
,
bool
)
VLC_USED
;
...
...
src/libvlccore.sym
View file @
619b980e
...
...
@@ -454,6 +454,7 @@ vlc_rename
vlc_getcwd
vlc_dup
vlc_pipe
vlc_socket
vlc_accept
utf8_vfprintf
var_AddCallback
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment