summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/include
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-30 20:12:16 -0500
committerSimo Sorce <idra@samba.org>2009-01-30 20:12:50 -0500
commit0245b9b97363f08786c25d4412ed293ca6f94cd5 (patch)
treed78557fd871758f084e30ca5099e1ac798006124 /source4/lib/ldb/include
parent0498a30b223861a9ea10c75848387755ddedd411 (diff)
downloadsamba-0245b9b97363f08786c25d4412ed293ca6f94cd5.tar.gz
samba-0245b9b97363f08786c25d4412ed293ca6f94cd5.tar.bz2
samba-0245b9b97363f08786c25d4412ed293ca6f94cd5.zip
Explicitly include ldb_handlers.h where necessary
Diffstat (limited to 'source4/lib/ldb/include')
-rw-r--r--source4/lib/ldb/include/ldb_private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index 2e6590860f..1ce9e9ecfd 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -150,11 +150,6 @@ const char **ldb_subclass_list(struct ldb_context *ldb, const char *classname);
void ldb_subclass_remove(struct ldb_context *ldb, const char *classname);
int ldb_subclass_add(struct ldb_context *ldb, const char *classname, const char *subclass);
-int ldb_handler_copy(struct ldb_context *ldb, void *mem_ctx,
- const struct ldb_val *in, struct ldb_val *out);
-int ldb_comparison_binary(struct ldb_context *ldb, void *mem_ctx,
- const struct ldb_val *v1, const struct ldb_val *v2);
-
/* The following definitions come from lib/ldb/common/ldb_utf8.c */
char *ldb_casefold_default(void *context, void *mem_ctx, const char *s, size_t n);