diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-03-05 11:07:35 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-03-05 11:07:35 +1100 |
commit | 5a10d804919af205b027ee519b9fa05519913ebe (patch) | |
tree | d042a9b91e583290d8ccdebe227205872ff98dd9 /source4/lib | |
parent | 92bb91a6115ac035e3c37e471931c2a388dc843e (diff) | |
download | samba-5a10d804919af205b027ee519b9fa05519913ebe.tar.gz samba-5a10d804919af205b027ee519b9fa05519913ebe.tar.bz2 samba-5a10d804919af205b027ee519b9fa05519913ebe.zip |
Remove parse_control from header, long after the function was removed
Simo reminded me that when (long ago) I moved parse_controls away from
this place, I forgot to update the manually maintained header file.
Andrew Bartlett
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/ldb/tools/cmdline.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/tools/cmdline.h b/source4/lib/ldb/tools/cmdline.h index 3473d62a16..45619ce496 100644 --- a/source4/lib/ldb/tools/cmdline.h +++ b/source4/lib/ldb/tools/cmdline.h @@ -50,5 +50,4 @@ 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); |