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 --- source4/lib/ldb/ABI/ldb-0.9.10.sigs | 32 +++++++++++++++--------------- source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs | 32 +++++++++++++++--------------- 2 files changed, 32 insertions(+), 32 deletions(-) (limited to 'source4') diff --git a/source4/lib/ldb/ABI/ldb-0.9.10.sigs b/source4/lib/ldb/ABI/ldb-0.9.10.sigs index 60c95a94a1..20d8bb80d1 100644 --- a/source4/lib/ldb/ABI/ldb-0.9.10.sigs +++ b/source4/lib/ldb/ABI/ldb-0.9.10.sigs @@ -30,16 +30,16 @@ ldb_debug_add: void (struct ldb_context *, const char *, ...) ldb_debug_end: void (struct ldb_context *, enum ldb_debug_level) ldb_debug_set: void (struct ldb_context *, enum ldb_debug_level, const char *, ...) ldb_delete: int (struct ldb_context *, struct ldb_dn *) -ldb_dn_add_base: _Bool (struct ldb_dn *, struct ldb_dn *) -ldb_dn_add_base_fmt: _Bool (struct ldb_dn *, const char *, ...) -ldb_dn_add_child: _Bool (struct ldb_dn *, struct ldb_dn *) -ldb_dn_add_child_fmt: _Bool (struct ldb_dn *, const char *, ...) +ldb_dn_add_base: bool (struct ldb_dn *, struct ldb_dn *) +ldb_dn_add_base_fmt: bool (struct ldb_dn *, const char *, ...) +ldb_dn_add_child: bool (struct ldb_dn *, struct ldb_dn *) +ldb_dn_add_child_fmt: bool (struct ldb_dn *, const char *, ...) ldb_dn_alloc_casefold: char *(void *, struct ldb_dn *) ldb_dn_alloc_linearized: char *(void *, struct ldb_dn *) ldb_dn_canonical_ex_string: char *(void *, struct ldb_dn *) ldb_dn_canonical_string: char *(void *, struct ldb_dn *) -ldb_dn_check_local: _Bool (struct ldb_module *, struct ldb_dn *) -ldb_dn_check_special: _Bool (struct ldb_dn *, const char *) +ldb_dn_check_local: bool (struct ldb_module *, struct ldb_dn *) +ldb_dn_check_special: bool (struct ldb_dn *, const char *) ldb_dn_compare: int (struct ldb_dn *, struct ldb_dn *) ldb_dn_compare_base: int (struct ldb_dn *, struct ldb_dn *) ldb_dn_copy: struct ldb_dn *(void *, struct ldb_dn *) @@ -58,22 +58,22 @@ ldb_dn_get_linearized: const char *(struct ldb_dn *) ldb_dn_get_parent: struct ldb_dn *(void *, struct ldb_dn *) ldb_dn_get_rdn_name: const char *(struct ldb_dn *) ldb_dn_get_rdn_val: const struct ldb_val *(struct ldb_dn *) -ldb_dn_has_extended: _Bool (struct ldb_dn *) -ldb_dn_is_null: _Bool (struct ldb_dn *) -ldb_dn_is_special: _Bool (struct ldb_dn *) -ldb_dn_is_valid: _Bool (struct ldb_dn *) +ldb_dn_has_extended: bool (struct ldb_dn *) +ldb_dn_is_null: bool (struct ldb_dn *) +ldb_dn_is_special: bool (struct ldb_dn *) +ldb_dn_is_valid: bool (struct ldb_dn *) ldb_dn_map_local: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_map_rebase_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_map_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_new: struct ldb_dn *(void *, struct ldb_context *, const char *) ldb_dn_new_fmt: struct ldb_dn *(void *, struct ldb_context *, const char *, ...) -ldb_dn_remove_base_components: _Bool (struct ldb_dn *, unsigned int) -ldb_dn_remove_child_components: _Bool (struct ldb_dn *, unsigned int) +ldb_dn_remove_base_components: bool (struct ldb_dn *, unsigned int) +ldb_dn_remove_child_components: bool (struct ldb_dn *, unsigned int) ldb_dn_remove_extended_components: void (struct ldb_dn *) ldb_dn_set_component: int (struct ldb_dn *, int, const char *, const struct ldb_val) ldb_dn_set_extended_component: int (struct ldb_dn *, const char *, const struct ldb_val *) ldb_dn_update_components: int (struct ldb_dn *, const struct ldb_dn *) -ldb_dn_validate: _Bool (struct ldb_dn *) +ldb_dn_validate: bool (struct ldb_dn *) ldb_dump_results: void (struct ldb_context *, struct ldb_result *, FILE *) ldb_errstring: const char *(struct ldb_context *) ldb_extended: int (struct ldb_context *, const char *, void *, struct ldb_result **) @@ -172,10 +172,10 @@ ldb_rdn_name_module_ops: name = 0xXXXX "rdn_name", init_context = 0, search = 0, ldb_register_backend: int (const char *, ldb_connect_fn) ldb_register_module: int (const struct ldb_module_ops *) ldb_rename: int (struct ldb_context *, struct ldb_dn *, struct ldb_dn *) -ldb_reply_add_control: int (struct ldb_reply *, const char *, _Bool, void *) +ldb_reply_add_control: int (struct ldb_reply *, const char *, bool, void *) ldb_reply_get_control: struct ldb_control *(struct ldb_reply *, const char *) ldb_request: int (struct ldb_context *, struct ldb_request *) -ldb_request_add_control: int (struct ldb_request *, const char *, _Bool, void *) +ldb_request_add_control: int (struct ldb_request *, const char *, bool, void *) ldb_request_done: int (struct ldb_request *, int) ldb_request_get_control: struct ldb_control *(struct ldb_request *, const char *) ldb_request_get_status: int (struct ldb_request *) @@ -192,7 +192,7 @@ ldb_search_default_callback: int (struct ldb_request *, struct ldb_reply *) ldb_sequence_number: int (struct ldb_context *, enum ldb_sequence_type, uint64_t *) ldb_server_sort_module_ops: name = 0xXXXX "server_sort", init_context = 0xXXXX , search = 0xXXXX , add = 0, modify = 0, del = 0, rename = 0, request = 0, extended = 0, start_transaction = 0, prepare_commit = 0, end_transaction = 0, del_transaction = 0, sequence_number = 0, private_data = 0xXXXX ldb_set_create_perms: void (struct ldb_context *, unsigned int) -ldb_set_debug: int (struct ldb_context *, void (*)(void *, enum ldb_debug_level, const char *, struct __va_list_tag *), void *) +ldb_set_debug: int (struct ldb_context *, void (*)(void *, enum ldb_debug_level, const char *, struct va_list *), void *) ldb_set_debug_stderr: int (struct ldb_context *) ldb_set_default_dns: void (struct ldb_context *) ldb_set_errstring: void (struct ldb_context *, const char *) diff --git a/source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs b/source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs index fe28425ecb..c5a920115d 100644 --- a/source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs +++ b/source4/lib/ldb/ABI/ldb-samba4-0.9.10.sigs @@ -33,16 +33,16 @@ ldb_debug_end: void (struct ldb_context *, enum ldb_debug_level) ldb_debug_set: void (struct ldb_context *, enum ldb_debug_level, const char *, ...) ldb_delete: int (struct ldb_context *, struct ldb_dn *) ldb_descriptor_module_ops: name = 0xXXXX "descriptor", init_context = 0xXXXX , search = 0xXXXX , add = 0xXXXX , modify = 0xXXXX , del = 0, rename = 0xXXXX , request = 0, extended = 0, start_transaction = 0, prepare_commit = 0, end_transaction = 0, del_transaction = 0, sequence_number = 0, private_data = 0xXXXX -ldb_dn_add_base: _Bool (struct ldb_dn *, struct ldb_dn *) -ldb_dn_add_base_fmt: _Bool (struct ldb_dn *, const char *, ...) -ldb_dn_add_child: _Bool (struct ldb_dn *, struct ldb_dn *) -ldb_dn_add_child_fmt: _Bool (struct ldb_dn *, const char *, ...) +ldb_dn_add_base: bool (struct ldb_dn *, struct ldb_dn *) +ldb_dn_add_base_fmt: bool (struct ldb_dn *, const char *, ...) +ldb_dn_add_child: bool (struct ldb_dn *, struct ldb_dn *) +ldb_dn_add_child_fmt: bool (struct ldb_dn *, const char *, ...) ldb_dn_alloc_casefold: char *(void *, struct ldb_dn *) ldb_dn_alloc_linearized: char *(void *, struct ldb_dn *) ldb_dn_canonical_ex_string: char *(void *, struct ldb_dn *) ldb_dn_canonical_string: char *(void *, struct ldb_dn *) -ldb_dn_check_local: _Bool (struct ldb_module *, struct ldb_dn *) -ldb_dn_check_special: _Bool (struct ldb_dn *, const char *) +ldb_dn_check_local: bool (struct ldb_module *, struct ldb_dn *) +ldb_dn_check_special: bool (struct ldb_dn *, const char *) ldb_dn_compare: int (struct ldb_dn *, struct ldb_dn *) ldb_dn_compare_base: int (struct ldb_dn *, struct ldb_dn *) ldb_dn_copy: struct ldb_dn *(void *, struct ldb_dn *) @@ -61,22 +61,22 @@ ldb_dn_get_linearized: const char *(struct ldb_dn *) ldb_dn_get_parent: struct ldb_dn *(void *, struct ldb_dn *) ldb_dn_get_rdn_name: const char *(struct ldb_dn *) ldb_dn_get_rdn_val: const struct ldb_val *(struct ldb_dn *) -ldb_dn_has_extended: _Bool (struct ldb_dn *) -ldb_dn_is_null: _Bool (struct ldb_dn *) -ldb_dn_is_special: _Bool (struct ldb_dn *) -ldb_dn_is_valid: _Bool (struct ldb_dn *) +ldb_dn_has_extended: bool (struct ldb_dn *) +ldb_dn_is_null: bool (struct ldb_dn *) +ldb_dn_is_special: bool (struct ldb_dn *) +ldb_dn_is_valid: bool (struct ldb_dn *) ldb_dn_map_local: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_map_rebase_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_map_remote: struct ldb_dn *(struct ldb_module *, void *, struct ldb_dn *) ldb_dn_new: struct ldb_dn *(void *, struct ldb_context *, const char *) ldb_dn_new_fmt: struct ldb_dn *(void *, struct ldb_context *, const char *, ...) -ldb_dn_remove_base_components: _Bool (struct ldb_dn *, unsigned int) -ldb_dn_remove_child_components: _Bool (struct ldb_dn *, unsigned int) +ldb_dn_remove_base_components: bool (struct ldb_dn *, unsigned int) +ldb_dn_remove_child_components: bool (struct ldb_dn *, unsigned int) ldb_dn_remove_extended_components: void (struct ldb_dn *) ldb_dn_set_component: int (struct ldb_dn *, int, const char *, const struct ldb_val) ldb_dn_set_extended_component: int (struct ldb_dn *, const char *, const struct ldb_val *) ldb_dn_update_components: int (struct ldb_dn *, const struct ldb_dn *) -ldb_dn_validate: _Bool (struct ldb_dn *) +ldb_dn_validate: bool (struct ldb_dn *) ldb_dsdb_cache_module_ops: name = 0xXXXX "dsdb_cache", init_context = 0xXXXX , search = 0, add = 0, modify = 0, del = 0, rename = 0, request = 0, extended = 0, start_transaction = 0, prepare_commit = 0, end_transaction = 0, del_transaction = 0, sequence_number = 0, private_data = 0xXXXX ldb_dump_results: void (struct ldb_context *, struct ldb_result *, FILE *) ldb_entryuuid_module_ops: name = 0xXXXX "entryuuid", init_context = 0xXXXX , search = 0, add = 0, modify = 0, del = 0, rename = 0, request = 0, extended = 0xXXXX , start_transaction = 0, prepare_commit = 0, end_transaction = 0, del_transaction = 0, sequence_number = 0, private_data = 0xXXXX @@ -200,10 +200,10 @@ ldb_register_module: int (const struct ldb_module_ops *) ldb_register_samba_handlers: int (struct ldb_context *) ldb_rename: int (struct ldb_context *, struct ldb_dn *, struct ldb_dn *) ldb_repl_meta_data_module_ops: name = 0xXXXX "repl_meta_data", init_context = 0xXXXX , search = 0, add = 0xXXXX , modify = 0xXXXX , del = 0xXXXX , rename = 0xXXXX , request = 0, extended = 0xXXXX , start_transaction = 0xXXXX , prepare_commit = 0xXXXX , end_transaction = 0, del_transaction = 0xXXXX , sequence_number = 0, private_data = 0xXXXX -ldb_reply_add_control: int (struct ldb_reply *, const char *, _Bool, void *) +ldb_reply_add_control: int (struct ldb_reply *, const char *, bool, void *) ldb_reply_get_control: struct ldb_control *(struct ldb_reply *, const char *) ldb_request: int (struct ldb_context *, struct ldb_request *) -ldb_request_add_control: int (struct ldb_request *, const char *, _Bool, void *) +ldb_request_add_control: int (struct ldb_request *, const char *, bool, void *) ldb_request_done: int (struct ldb_request *, int) ldb_request_get_control: struct ldb_control *(struct ldb_request *, const char *) ldb_request_get_status: int (struct ldb_request *) @@ -231,7 +231,7 @@ ldb_search_default_callback: int (struct ldb_request *, struct ldb_reply *) ldb_sequence_number: int (struct ldb_context *, enum ldb_sequence_type, uint64_t *) ldb_server_sort_module_ops: name = 0xXXXX "server_sort", init_context = 0xXXXX , search = 0xXXXX , add = 0, modify = 0, del = 0, rename = 0, request = 0, extended = 0, start_transaction = 0, prepare_commit = 0, end_transaction = 0, del_transaction = 0, sequence_number = 0, private_data = 0xXXXX ldb_set_create_perms: void (struct ldb_context *, unsigned int) -ldb_set_debug: int (struct ldb_context *, void (*)(void *, enum ldb_debug_level, const char *, struct __va_list_tag *), void *) +ldb_set_debug: int (struct ldb_context *, void (*)(void *, enum ldb_debug_level, const char *, struct va_list *), void *) ldb_set_debug_stderr: int (struct ldb_context *) ldb_set_default_dns: void (struct ldb_context *) ldb_set_errstring: void (struct ldb_context *, const char *) -- cgit