summaryrefslogtreecommitdiff
path: root/lib/tdb/tdb.signatures
AgeCommit message (Collapse)AuthorFilesLines
2010-03-26tdb: update exports and signatures filesSimo Sorce1-0/+1
2009-12-21tdb: Fix formatting of API check file.Jelmer Vernooij1-1/+1
2009-10-22lib/tdb: add tdb_check()Rusty Russell1-0/+1
ctdb wants a quick way to detect corrupt tdbs; particularly, tdbs with loops in their hash chains. tdb_check() provides this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2009-07-03Sort the signature filesSimo Sorce1-43/+43
2009-06-15Add exports file and abi checker for tdbSimo Sorce1-0/+59
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