Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
5918009d
Commit
5918009d
authored
Dec 14, 2005
by
Clément Stenac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update symbols
parent
56439bf0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
include/vlc_symbols.h
include/vlc_symbols.h
+2
-2
No files found.
include/vlc_symbols.h
View file @
5918009d
...
...
@@ -267,7 +267,7 @@ int net_Printf (vlc_object_t *p_this, int fd, v_socket_t *, const char *psz_fmt,
int
__vlc_thread_set_priority
(
vlc_object_t
*
,
char
*
,
int
,
int
);
int
ACL_LoadFile
(
vlc_acl_t
*
p_acl
,
const
char
*
path
);
void
input_StopThread
(
input_thread_t
*
);
void
__input_Read
(
vlc_object_t
*
,
input_item_t
*
,
vlc_bool_t
);
int
__input_Read
(
vlc_object_t
*
,
input_item_t
*
,
vlc_bool_t
);
intf_thread_t
*
__intf_Create
(
vlc_object_t
*
,
const
char
*
);
void
aout_ChannelReorder
(
uint8_t
*
,
int
,
int
,
const
int
*
,
int
);
int
__var_DelCallback
(
vlc_object_t
*
,
const
char
*
,
vlc_callback_t
,
void
*
);
...
...
@@ -855,7 +855,7 @@ struct module_symbols_t
int
(
*
osd_ShowTextAbsolute_inner
)
(
spu_t
*
,
int
,
char
*
,
text_style_t
*
,
int
,
int
,
int
,
mtime_t
,
mtime_t
);
char
*
(
*
config_GetUserDir_inner
)
(
void
);
char
*
(
*
FromUTF32_inner
)
(
const
wchar_t
*
);
void
(
*
__input_Read_inner
)
(
vlc_object_t
*
,
input_item_t
*
,
vlc_bool_t
);
int
(
*
__input_Read_inner
)
(
vlc_object_t
*
,
input_item_t
*
,
vlc_bool_t
);
int
(
*
__net_ConnectUDP_inner
)
(
vlc_object_t
*
p_this
,
const
char
*
psz_host
,
int
i_port
,
int
hlim
);
int
(
*
__intf_Interact_inner
)
(
vlc_object_t
*
,
interaction_dialog_t
*
);
void
(
*
intf_InteractionManage_inner
)
(
playlist_t
*
);
...
...
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