summaryrefslogtreecommitdiff
path: root/lib/ldb/include/ldb_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/include/ldb_private.h')
-rw-r--r--lib/ldb/include/ldb_private.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ldb/include/ldb_private.h b/lib/ldb/include/ldb_private.h
index 338e71def6d..ca43817d07a 100644
--- a/lib/ldb/include/ldb_private.h
+++ b/lib/ldb/include/ldb_private.h
@@ -320,4 +320,9 @@ int ldb_match_message(struct ldb_context *ldb,
/* Reallocate elements to drop any excess capacity. */
void ldb_msg_shrink_to_fit(struct ldb_message *msg);
+/*
+ add the special distinguishedName element
+*/
+int ldb_msg_add_distinguished_name(struct ldb_message *msg);
+
#endif