summaryrefslogtreecommitdiffstats
path: root/lib/talloc/talloc.signatures
Commit message (Collapse)AuthorAgeFilesLines
* talloc: Fix exports and increment talloc versiontalloc-2.0.1Simo 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 talloctalloc-1.3.1Simo 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