summaryrefslogtreecommitdiffstats
path: root/lib/tevent/tevent.signatures
Commit message (Collapse)AuthorAgeFilesLines
* talloc/tdb/tevent: Remove obsolete signatures files.Jelmer Vernooij2011-01-011-57/+0
|
* tevent:signatures: add _tevent_req_cancel and tevent_req_set_cancel_fnMichael Adam2009-09-111-0/+2
| | | | | | introduced in 45e4be0d96abdc729252df1e97bb9a56302e5a4a Michael
* Sort the signature filesSimo Sorce2009-07-031-43/+43
|
* Expose functions need by backend writersSimo Sorce2009-07-031-1/+2
| | | | | | | move publicly needed structures and functions in the public header. Stop installing internal headers. Update the signature and exports files with the new exposed function.
* Add exports file and abi checker for teventSimo Sorce2009-06-151-0/+54
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 tevent.h contents and the gcc -aux-info option