Explicitly include ldb_handlers.h where necessary
authorSimo Sorce <idra@samba.org>
Sat, 31 Jan 2009 01:12:16 +0000 (20:12 -0500)
committerSimo Sorce <idra@samba.org>
Sat, 31 Jan 2009 01:12:50 +0000 (20:12 -0500)
source4/lib/ldb-samba/ldif_handlers.c
source4/lib/ldb/common/ldb_attributes.c
source4/lib/ldb/include/ldb_private.h

index d92f21194651387be5f3869fdd8df2e8edd3b16f..13bb320d6f03db1597f9bcec8c4d7c7a55448336 100644 (file)
@@ -23,6 +23,7 @@
 
 #include "includes.h"
 #include "ldb_private.h"
+#include "ldb_handlers.h"
 #include "dsdb/samdb/samdb.h"
 #include "librpc/gen_ndr/ndr_security.h"
 #include "librpc/gen_ndr/ndr_misc.h"
index 4d688a4d7e56bf8bb33b940fbd4b3783e24ff0a1..9fa0fb2ccd3f2ee68cd27954fa66b062788b7201 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "ldb_private.h"
+#include "ldb_handlers.h"
 
 /*
   add a attribute to the ldb_schema
index 2e6590860ff33730f75b53280b7d1fd8665ad2aa..1ce9e9ecfd51dbb039f061216611e16bbc0ccf26 100644 (file)
@@ -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);