Age | Commit message (Collapse) | Author | Files | Lines |
|
This reverts commit fe8302b235197e359a20ba0489eb72b54793963e.
Jelmer, please do not re-re-revert this until we can properly handle
*both* s4 and standalone ldb builds.
|
|
|
|
151e239bcf2860411527a953d627b2d724c0a57e
|
|
|
|
|
|
- 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
|
|
This is not strictly necessary, as the old types would compare equal,
but it is neater to use the generic type names
|
|
we use separate signature files for ldb and ldb-samba4, as the samba4
varient of the library has many more public symbols
|