summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-11-16 11:18:05 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:52 -0500
commit9e7e5938abd9d542966a54374ca652679f42e8ee (patch)
tree17dce4f0438c6014e914e7445329494ea758270f /source3/lib/ldb/include/ldb_private.h
parent5a77ccfbfc070ccb77004cb47e2a582883e4862c (diff)
downloadsamba-9e7e5938abd9d542966a54374ca652679f42e8ee.tar.gz
samba-9e7e5938abd9d542966a54374ca652679f42e8ee.tar.bz2
samba-9e7e5938abd9d542966a54374ca652679f42e8ee.zip
r19744: merge from samba4
metze (This used to be commit fe61e6ebf7d771ce6441198bf2e330d53bf7b10e)
Diffstat (limited to 'source3/lib/ldb/include/ldb_private.h')
-rw-r--r--source3/lib/ldb/include/ldb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/lib/ldb/include/ldb_private.h b/source3/lib/ldb/include/ldb_private.h
index 3902bb2fc2..f4049188ad 100644
--- a/source3/lib/ldb/include/ldb_private.h
+++ b/source3/lib/ldb/include/ldb_private.h
@@ -211,6 +211,8 @@ int check_critical_controls(struct ldb_control **controls);
/* The following definitions come from lib/ldb/common/ldb_utf8.c */
char *ldb_casefold_default(void *context, void *mem_ctx, const char *s);
+void ldb_msg_remove_element(struct ldb_message *msg, struct ldb_message_element *el);
+
/**
Obtain current/next database sequence number
*/