summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc.signatures
Commit message (Collapse)AuthorAgeFilesLines
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-011-62/+0
|
* talloc: Fix exports and increment talloc versionSimo Sorce2009-10-141-25/+26
|
* talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2009-08-241-2/+4
| | | | metze
* Restore ABI compatibility for talloc.Simo Sorce2009-07-031-46/+49
|
* Add exports file and abi checker for tallocSimo Sorce2009-06-151-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