summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-30 09:24:48 -0500
committerSimo Sorce <idra@samba.org>2009-01-30 09:24:48 -0500
commitd93634b7dd753109a5a3621ea7ab610acba8cb65 (patch)
treefbd8e14ba36c4f88693b9993c29248b8bfb96323 /source4/lib/ldb/include/ldb_private.h
parent01f30a5e8e6d860391e79896f6d1de782e239f68 (diff)
downloadsamba-d93634b7dd753109a5a3621ea7ab610acba8cb65.tar.gz
samba-d93634b7dd753109a5a3621ea7ab610acba8cb65.tar.xz
samba-d93634b7dd753109a5a3621ea7ab610acba8cb65.zip
Fix misfiled headers.
Some public functions were mistakenly put into ldb_private.h Revert all modules to only include ldb_module.h
Diffstat (limited to 'source4/lib/ldb/include/ldb_private.h')
-rw-r--r--source4/lib/ldb/include/ldb_private.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h
index 04ee002dd55..10977088e5e 100644
--- a/source4/lib/ldb/include/ldb_private.h
+++ b/source4/lib/ldb/include/ldb_private.h
@@ -158,17 +158,8 @@ int ldb_comparison_binary(struct ldb_context *ldb, void *mem_ctx,
/* 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);
-void ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el);
-
-int ldb_msg_element_compare_name(struct ldb_message_element *el1,
- struct ldb_message_element *el2);
void ldb_dump_results(struct ldb_context *ldb, struct ldb_result *result, FILE *f);
-/**
- Obtain current/next database sequence number
-*/
-int ldb_sequence_number(struct ldb_context *ldb, enum ldb_sequence_type type, uint64_t *seq_num);
-
#define LDB_SEQ_GLOBAL_SEQUENCE 0x01
#define LDB_SEQ_TIMESTAMP_SEQUENCE 0x02