summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-223/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* build: more adjustments for the ABI type name mapsAndrew Tridgell2010-04-181-52/+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
* s4-waf: rebuild signature files with the api type mapsAndrew Tridgell2010-04-181-16/+16
| | | | | This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names
* ldb-waf: enable ABI checking in ldbAndrew Tridgell2010-04-181-0/+274
we use separate signature files for ldb and ldb-samba4, as the samba4 varient of the library has many more public symbols