1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

Explicitly include ldb_handlers.h where necessary

This commit is contained in:
Simo Sorce 2009-01-30 20:12:16 -05:00
parent 0498a30b22
commit 0245b9b973
3 changed files with 2 additions and 5 deletions

View 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"

View File

@ -29,6 +29,7 @@
*/
#include "ldb_private.h"
#include "ldb_handlers.h"
/*
add a attribute to the ldb_schema

View 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);