summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ABI
AgeCommit message (Collapse)AuthorFilesLines
2010-04-18build: more adjustments for the ABI type name mapsAndrew Tridgell2-62/+2
- 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 Tridgell2-32/+32
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 Tridgell2-0/+501
we use separate signature files for ldb and ldb-samba4, as the samba4 varient of the library has many more public symbols