diff options
Diffstat (limited to 'source4/lib/ldb/ABI/ldb-0.9.19.sigs')
-rw-r--r-- | source4/lib/ldb/ABI/ldb-0.9.19.sigs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ABI/ldb-0.9.19.sigs b/source4/lib/ldb/ABI/ldb-0.9.19.sigs index 53b6b2c4a5..62738709e4 100644 --- a/source4/lib/ldb/ABI/ldb-0.9.19.sigs +++ b/source4/lib/ldb/ABI/ldb-0.9.19.sigs @@ -78,7 +78,7 @@ ldb_error_at: int (struct ldb_context *, int, const char *, const char *, int) ldb_errstring: const char *(struct ldb_context *) ldb_extended: int (struct ldb_context *, const char *, void *, struct ldb_result **) ldb_extended_default_callback: int (struct ldb_request *, struct ldb_reply *) -ldb_filter_from_tree: char *(TALLOC_CTX *, struct ldb_parse_tree *) +ldb_filter_from_tree: char *(TALLOC_CTX *, const struct ldb_parse_tree *) ldb_get_config_basedn: struct ldb_dn *(struct ldb_context *) ldb_get_create_perms: unsigned int (struct ldb_context *) ldb_get_default_basedn: struct ldb_dn *(struct ldb_context *) |