Add exports file and abi checker for tevent
authorSimo Sorce <ssorce@redhat.com>
Sun, 7 Jun 2009 18:10:15 +0000 (14:10 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 15 Jun 2009 20:31:13 +0000 (16:31 -0400)
commitefccef09aec93180a06955b5e03f1ceb99dc39e8
treeb9ab8101b66e240c3f222cc1e94df09524894b60
parente83f4b868b208724a732b45a0aa4f6ee8a08b115
Add exports file and abi checker for tevent

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
lib/tevent/Makefile.in
lib/tevent/abi_checks.sh [new file with mode: 0755]
lib/tevent/configure.ac
lib/tevent/libtevent.m4
lib/tevent/rules.mk
lib/tevent/tevent.exports [new file with mode: 0644]
lib/tevent/tevent.signatures [new file with mode: 0644]