Add exports file and abi checker for tdbtdb-1-1-5
commit7aee9f92e7c3e3eb48c0456d821125b60f8d8259
authorSimo Sorce <idra@samba.org>
Mon, 15 Jun 2009 20:19:19 +0000 (15 16:19 -0400)
committerSimo Sorce <idra@samba.org>
Mon, 15 Jun 2009 20:31:12 +0000 (15 16:31 -0400)
treefa8be2b7149db8d8806d7f54d818b98ea5d34af7
parentf518e37c0912a54d5434f7639ba44f53d3455582
Add exports file and abi checker for tdb

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