Remove parse_control from header, long after the function was removed
authorAndrew Bartlett <abartlet@samba.org>
Thu, 5 Mar 2009 00:07:35 +0000 (11:07 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 5 Mar 2009 00:07:35 +0000 (11:07 +1100)
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

source4/lib/ldb/tools/cmdline.h

index 3473d62a16992102da356423d77cbed867ff9f54..45619ce496a7c8164bc35b0e4b8717d492e138f6 100644 (file)
@@ -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);