summaryrefslogtreecommitdiff
path: root/lib/talloc/talloc.signatures
AgeCommit message (Collapse)AuthorFilesLines
2009-10-14talloc: Fix exports and increment talloc versionSimo Sorce1-25/+26
2009-08-24talloc: update talloc.exports and talloc.signaturesStefan Metzmacher1-2/+4
metze
2009-07-03Restore ABI compatibility for talloc.Simo Sorce1-46/+49
2009-06-15Add exports file and abi checker for tallocSimo Sorce1-0/+56
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