Changeset 239ee222798facb570c3e1964053f9e06fb6a4b1

Show
Ignore:
Timestamp:
27/01/08 17:43:31 (10 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1201452211 +0000
git-parent:

[47756a76e28ebd414ad5c33963b356e55774ef19]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1201452211 +0000
Message:

Update the symbols list

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/check_symbols

    rae71e21 r239ee22  
    99sort -du > libvlc-headers.sym 
    1010 
    11 if grep -e "^_" libvlc-headers.sym; then 
    12     echo "Illegal symbol name (starting with underscore) found!"; 
    13     exit 1 
    14 fi 
    15  
    1611if ! diff -u ${srcdir}/libvlc.sym libvlc-headers.sym; then 
    1712    echo "Mismatching symbols found!" 
    1813    exit 1 
    1914fi 
     15 
     16# TODO: we should pass this: 
     17#if grep -e "^_" libvlc-headers.sym; then 
     18#   echo "Illegal symbol name (starting with underscore) found!"; 
     19#   exit 1 
     20#fi 
     21 
  • src/libvlc.sym

    rae71e21 r239ee22  
    352352utf8_scandir 
    353353utf8_stat 
     354utf8_unlink 
    354355utf8_vfprintf 
    355356var_AcquireMutex 
     
    365366__var_TriggerCallback 
    366367__var_Type 
     368vlc_alphasort 
     369vlc_asprintf 
     370vlc_atof 
     371vlc_atoll 
    367372vlc_b64_decode 
    368373vlc_b64_decode_binary 
     
    392397vlc_gai_strerror 
    393398vlc_getaddrinfo 
     399vlc_getenv 
    394400vlc_getnameinfo 
    395401vlc_iconv 
     
    398404__vlc_list_find 
    399405vlc_list_release 
     406vlc_lldiv 
    400407vlc_module_create 
    401408vlc_module_set 
     
    422429vlc_parse_cmdline 
    423430vlc_rand_bytes 
     431vlc_scandir 
    424432vlc_sdp_Start 
     433vlc_strcasecmp 
     434vlc_strcasestr 
     435vlc_strdup 
     436vlc_strlcpy 
     437vlc_strncasecmp 
     438vlc_strndup 
     439vlc_strtoll 
    425440vlc_submodule_create 
    426441__vlc_thread_create 
    427442__vlc_thread_join 
    428443__vlc_thread_ready 
    429 __vlc_threads_error 
     444vlc_threads_error 
    430445__vlc_thread_set_priority 
    431446__vlc_threadvar_create 
    432447vlc_ureduce 
     448vlc_vasprintf 
    433449VLC_Version 
    434450vlc_wraptext