summaryrefslogtreecommitdiff
path: root/lib/tevent/ABI
AgeCommit message (Collapse)AuthorFilesLines
2010-04-18build: more adjustments for the ABI type name mapsAndrew Tridgell1-1/+1
- use 'va_list' instead of 'struct __va_list_tag *' Using the C name for va_list is preferable - add support for negative ABI name matches in abi_match=. That is used to exlude ldb_*module_ops from the ldb ABI - don't include the ldb module ops or backend ops in the ABI
2010-04-18s4-waf: rebuild signature files with the api type mapsAndrew Tridgell1-15/+15
This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names
2010-04-18tevent-waf: enabled ABI checking in teventAndrew Tridgell1-0/+73