summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ABI/ldb-0.9.10.sigs
AgeCommit message (Collapse)AuthorFilesLines
2010-04-18build: more adjustments for the ABI type name mapsAndrew Tridgell1-10/+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-16/+16
This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names
2010-04-18ldb-waf: enable ABI checking in ldbAndrew Tridgell1-0/+227
we use separate signature files for ldb and ldb-samba4, as the samba4 varient of the library has many more public symbols