Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
239ee222
Commit
239ee222
authored
Jan 27, 2008
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update the symbols list
parent
47756a76
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
6 deletions
+24
-6
src/check_symbols
src/check_symbols
+7
-5
src/libvlc.sym
src/libvlc.sym
+17
-1
No files found.
src/check_symbols
View file @
239ee222
...
...
@@ -8,12 +8,14 @@ cat ${srcdir}/../include/vlc_*.h | \
sed
-n
-e
's/^VLC_EXPORT\s*([^,]*,\s*\([a-zA-Z0-9_]*\)\s*,.*$/\1/p'
|
\
sort
-du
>
libvlc-headers.sym
if
grep
-e
"^_"
libvlc-headers.sym
;
then
echo
"Illegal symbol name (starting with underscore) found!"
;
exit
1
fi
if
!
diff
-u
${
srcdir
}
/libvlc.sym libvlc-headers.sym
;
then
echo
"Mismatching symbols found!"
exit
1
fi
# TODO: we should pass this:
#if grep -e "^_" libvlc-headers.sym; then
# echo "Illegal symbol name (starting with underscore) found!";
# exit 1
#fi
src/libvlc.sym
View file @
239ee222
...
...
@@ -351,6 +351,7 @@ utf8_opendir
utf8_readdir
utf8_scandir
utf8_stat
utf8_unlink
utf8_vfprintf
var_AcquireMutex
__var_AddCallback
...
...
@@ -364,6 +365,10 @@ __var_OptionParse
__var_Set
__var_TriggerCallback
__var_Type
vlc_alphasort
vlc_asprintf
vlc_atof
vlc_atoll
vlc_b64_decode
vlc_b64_decode_binary
vlc_b64_decode_binary_to_buffer
...
...
@@ -391,12 +396,14 @@ __vlc_execve
vlc_freeaddrinfo
vlc_gai_strerror
vlc_getaddrinfo
vlc_getenv
vlc_getnameinfo
vlc_iconv
vlc_iconv_close
vlc_iconv_open
__vlc_list_find
vlc_list_release
vlc_lldiv
vlc_module_create
vlc_module_set
__vlc_mutex_destroy
...
...
@@ -421,15 +428,24 @@ __vlc_object_waitpipe
__vlc_object_yield
vlc_parse_cmdline
vlc_rand_bytes
vlc_scandir
vlc_sdp_Start
vlc_strcasecmp
vlc_strcasestr
vlc_strdup
vlc_strlcpy
vlc_strncasecmp
vlc_strndup
vlc_strtoll
vlc_submodule_create
__vlc_thread_create
__vlc_thread_join
__vlc_thread_ready
__
vlc_threads_error
vlc_threads_error
__vlc_thread_set_priority
__vlc_threadvar_create
vlc_ureduce
vlc_vasprintf
VLC_Version
vlc_wraptext
vlm_Control
...
...
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