Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
7477aabc
Commit
7477aabc
authored
May 14, 2012
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export vlc_socket()
(cherry picked from commit 619b980ef0eb9b91fd45b2657d810c324401e0b2)
parent
592d02b7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
include/vlc_network.h
include/vlc_network.h
+1
-1
src/libvlccore.sym
src/libvlccore.sym
+1
-0
No files found.
include/vlc_network.h
View file @
7477aabc
...
...
@@ -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 @
7477aabc
...
...
@@ -468,6 +468,7 @@ vlc_rename
vlc_getcwd
vlc_dup
vlc_pipe
vlc_socket
vlc_accept
utf8_vfprintf
var_AddCallback
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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