summaryrefslogtreecommitdiff
path: root/lib/ldb/include
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ldb/include')
-rw-r--r--lib/ldb/include/ldb_private.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ldb/include/ldb_private.h b/lib/ldb/include/ldb_private.h
index cafc020e29..f07bbc956e 100644
--- a/lib/ldb/include/ldb_private.h
+++ b/lib/ldb/include/ldb_private.h
@@ -181,4 +181,12 @@ struct ldb_val ldb_binary_decode(TALLOC_CTX *mem_ctx, const char *str);
const char *ldb_options_find(struct ldb_context *ldb, const char *options[],
const char *option_name);
+struct ldif_read_file_state {
+ FILE *f;
+ size_t line_no;
+};
+
+struct ldb_ldif *ldb_ldif_read_file_state(struct ldb_context *ldb,
+ struct ldif_read_file_state *state);
+
#endif