summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/cmdline.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tools/cmdline.h')
-rw-r--r--source4/lib/ldb/tools/cmdline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/tools/cmdline.h b/source4/lib/ldb/tools/cmdline.h
index 3b195f3e84..0855f77575 100644
--- a/source4/lib/ldb/tools/cmdline.h
+++ b/source4/lib/ldb/tools/cmdline.h
@@ -50,3 +50,5 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, int argc, const
void (*usage)(void));
+struct ldb_control **parse_controls(void *mem_ctx, char **control_strings);
+int handle_controls_reply(struct ldb_control **reply, struct ldb_control **request);