summaryrefslogtreecommitdiff
path: root/lib/tevent/abi_checks.sh
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11tevent: move the original abi_checks script to script/abi_checks_gcc.shMichael Adam1-31/+0
Michael
2009-07-03Sort the signature filesSimo Sorce1-2/+2
2009-06-15Add exports file and abi checker for teventSimo Sorce1-0/+31
This is a first attempt at exporting symbols only for public functions We also provide a rudimentary ABI checker that tries to check that function signatures are not changed by mistake. Given our use of macros this is not an API checker. It's all based on tevent.h contents and the gcc -aux-info option