summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/cmdline.h
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-01-18 04:36:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:14 -0500
commitf81d80a4afd77cd100832b80bc2383d7c19a71a8 (patch)
tree9d87dfcdf14713b102052a81272a7996412b175c /source4/lib/ldb/tools/cmdline.h
parentb5c432f77e081e2f8acc3fd5898dbd48eab572b9 (diff)
downloadsamba-f81d80a4afd77cd100832b80bc2383d7c19a71a8.tar.gz
samba-f81d80a4afd77cd100832b80bc2383d7c19a71a8.tar.bz2
samba-f81d80a4afd77cd100832b80bc2383d7c19a71a8.zip
r12989: move the control parsing and handleng functions to cmdline.c
so that they can be used by the other ldb tools as well (This used to be commit c12b3c5cb46d428f815c623efacff8edebb6f6e3)
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);