diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-10-05 23:02:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:07:50 -0500 |
commit | 68a9ab6b012b69a97f2ffa13d2db0f822e51694d (patch) | |
tree | 824b45580b4ac5b5e33d145547e491a8582bccb8 /source4/lib/ldb | |
parent | b591596c0e35b9705243d03faf9b22f8ebe51170 (diff) | |
download | samba-68a9ab6b012b69a97f2ffa13d2db0f822e51694d.tar.gz samba-68a9ab6b012b69a97f2ffa13d2db0f822e51694d.tar.bz2 samba-68a9ab6b012b69a97f2ffa13d2db0f822e51694d.zip |
r25540: Remove prototypes for already removed functions.
(This used to be commit 042dff55b4cd42b9bedbf574168cc52de3d1dda4)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/include/ldb.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/source4/lib/ldb/include/ldb.h b/source4/lib/ldb/include/ldb.h index e4c43b45e7..41d23b5d10 100644 --- a/source4/lib/ldb/include/ldb.h +++ b/source4/lib/ldb/include/ldb.h @@ -1044,15 +1044,6 @@ int ldb_search_exp_fmt(struct ldb_context *ldb, TALLOC_CTX *mem_ctx, enum ldb_scope scope, const char * const *attrs, const char *exp_fmt, ...) PRINTF_ATTRIBUTE(7,8); -/* - like ldb_search() but takes a parse tree -*/ -int ldb_search_bytree(struct ldb_context *ldb, - struct ldb_dn *base, - enum ldb_scope scope, - struct ldb_parse_tree *tree, - const char * const *attrs, struct ldb_result **res); - /** Add a record to the database. @@ -1419,9 +1410,6 @@ bool ldb_dn_check_special(struct ldb_dn *dn, const char *check); bool ldb_dn_is_null(struct ldb_dn *dn); -/* useful functions for ldb_message structure manipulation */ -int ldb_dn_cmp(struct ldb_context *ldb, const char *dn1, const char *dn2); - /** Compare two attributes |