2 # Plugin API consistency check for VLC
3 # Copyright © 2007 Rémi Denis-Courmont.
5 if ! diff -u libvlc-headers.sym libvlc-sorted.sym
; then
6 echo "Mismatching symbols found!"
10 # TODO: we should pass this:
11 #if grep -e "^_" libvlc-headers.sym; then
12 # echo "Illegal symbol name (starting with underscore) found!";