Changeset ae71e21f96ba027ea03d3b4d178e87d95153f510

Show
Ignore:
Timestamp:
21/01/08 20:18:03 (11 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1200943083 +0000
git-parent:

[76a32e9f621b3f2968dad6f7ffb3b896173a54f9]

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

Forgot to update the symbols

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/check_symbols

    r49f1ab3 rae71e21  
    99sort -du > libvlc-headers.sym 
    1010 
    11 exec diff -u ${srcdir}/libvlc.sym libvlc-headers.sym 
     11if grep -e "^_" libvlc-headers.sym; then 
     12    echo "Illegal symbol name (starting with underscore) found!"; 
     13    exit 1 
     14fi 
     15 
     16if ! diff -u ${srcdir}/libvlc.sym libvlc-headers.sym; then 
     17    echo "Mismatching symbols found!" 
     18    exit 1 
     19fi 
  • src/libvlc.sym

    rcc534a2 rae71e21  
    183183mwait 
    184184__net_Accept 
     185net_AcceptSingle 
    185186__net_Connect 
    186187__net_ConnectDgram