Add exports file and abi checker for talloc save-diskspace-tags/talloc-1.3.1
authorSimo Sorce <ssorce@redhat.com>
Sun, 7 Jun 2009 18:20:36 +0000 (14:20 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 15 Jun 2009 20:31:12 +0000 (16:31 -0400)
commite83f4b868b208724a732b45a0aa4f6ee8a08b115
tree069ee993c7174df542899fe08227289a2a9d0cca
parent7aee9f92e7c3e3eb48c0456d821125b60f8d8259
Add exports file and abi checker for talloc

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 talloc.h contents and the gcc -aux-info option
lib/talloc/Makefile.in
lib/talloc/abi_checks.sh [new file with mode: 0755]
lib/talloc/configure.ac
lib/talloc/libtalloc.m4
lib/talloc/rules.mk
lib/talloc/talloc.exports [new file with mode: 0644]
lib/talloc/talloc.mk
lib/talloc/talloc.signatures [new file with mode: 0644]