summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tools/cmdline.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2009-09-02 16:56:39 +1000
committerAndrew Tridgell <tridge@samba.org>2009-09-02 18:19:55 +1000
commit10bd56b34a51cb10f48646584d58f0fdffe85e94 (patch)
treee078ce61007f55ab819bad756aeb4ee51743fd68 /source4/lib/ldb/tools/cmdline.h
parent1e552770ee25fb34b680ef01bc64e21dc9803782 (diff)
downloadsamba-10bd56b34a51cb10f48646584d58f0fdffe85e94.tar.gz
samba-10bd56b34a51cb10f48646584d58f0fdffe85e94.tar.bz2
samba-10bd56b34a51cb10f48646584d58f0fdffe85e94.zip
use ldb_cmdline_help() in ldbsearch
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 45619ce496..4decf4588f 100644
--- a/source4/lib/ldb/tools/cmdline.h
+++ b/source4/lib/ldb/tools/cmdline.h
@@ -51,3 +51,5 @@ struct ldb_cmdline *ldb_cmdline_process(struct ldb_context *ldb, int argc, const
int handle_controls_reply(struct ldb_control **reply, struct ldb_control **request);
+void ldb_cmdline_help(const char *cmdname, FILE *f);
+