From f96353adcf865aa1e809a87f1f9b29186307f05d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 15:39:59 +1000 Subject: s4-waf: rebuild signature files with the api type maps This is not strictly necessary, as the old types would compare equal, but it is neater to use the generic type names --- lib/talloc/ABI/talloc-2.0.2.sigs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/talloc/ABI/talloc-2.0.2.sigs') diff --git a/lib/talloc/ABI/talloc-2.0.2.sigs b/lib/talloc/ABI/talloc-2.0.2.sigs index 310a57daff..b244fc1b8c 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_tag *) -talloc_vasprintf_append: char *(char *, const char *, struct __va_list_tag *) -talloc_vasprintf_append_buffer: char *(char *, const char *, struct __va_list_tag *) +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_version_major: int (void) talloc_version_minor: int (void) -- cgit