summaryrefslogtreecommitdiff
path: root/lib/talloc/ABI
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 18:21:04 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 18:24:27 +1000
commit7aa4c11fc4c25df6ea25dfe28d3dca851b91f909 (patch)
tree90ec97e846d85a96717563bc50f5dad91f4035ea /lib/talloc/ABI
parent1a73e967f594c739f7533fdce0e1c18579d0bf21 (diff)
downloadsamba-7aa4c11fc4c25df6ea25dfe28d3dca851b91f909.tar.gz
samba-7aa4c11fc4c25df6ea25dfe28d3dca851b91f909.tar.bz2
samba-7aa4c11fc4c25df6ea25dfe28d3dca851b91f909.zip
build: more adjustments for the ABI type name maps
- 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
Diffstat (limited to 'lib/talloc/ABI')
-rw-r--r--lib/talloc/ABI/talloc-2.0.2.sigs6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/talloc/ABI/talloc-2.0.2.sigs b/lib/talloc/ABI/talloc-2.0.2.sigs
index b244fc1b8c..6e236d52ac 100644
--- a/lib/talloc/ABI/talloc-2.0.2.sigs
+++ b/lib/talloc/ABI/talloc-2.0.2.sigs
@@ -55,8 +55,8 @@ talloc_strndup_append_buffer: char *(char *, const char *, size_t)
talloc_total_blocks: size_t (const void *)
talloc_total_size: size_t (const void *)
talloc_unlink: int (const void *, void *)
-talloc_vasprintf: char *(const void *, const char *, struct va_list *)
-talloc_vasprintf_append: char *(char *, const char *, struct va_list *)
-talloc_vasprintf_append_buffer: char *(char *, const char *, struct va_list *)
+talloc_vasprintf: char *(const void *, const char *, va_list)
+talloc_vasprintf_append: char *(char *, const char *, va_list)
+talloc_vasprintf_append_buffer: char *(char *, const char *, va_list)
talloc_version_major: int (void)
talloc_version_minor: int (void)