From: Andrew Bartlett Date: Thu, 5 Mar 2009 00:07:35 +0000 (+1100) Subject: Remove parse_control from header, long after the function was removed X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=5a10d804919af205b027ee519b9fa05519913ebe;p=metze%2Fsamba%2Fwip.git 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 --- diff --git a/source4/lib/ldb/tools/cmdline.h b/source4/lib/ldb/tools/cmdline.h index 3473d62a1699..45619ce496a7 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);