From 229791382989c5005ec8e7c0a6d3b84745d37cbe Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 10 Jul 2010 16:55:37 -0400 Subject: s3-dcerpc: Remove unused prototype MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) diff --git a/source3/include/proto.h b/source3/include/proto.h index c0ff722684..692b230c09 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5140,7 +5140,6 @@ void *_policy_handle_find(struct pipes_struct *p, bool create_next_pdu(pipes_struct *p); bool api_pipe_bind_auth3(pipes_struct *p, prs_struct *rpc_in_p); bool setup_fault_pdu(pipes_struct *p, NTSTATUS status); -bool setup_cancel_ack_reply(pipes_struct *p, prs_struct *rpc_in_p); NTSTATUS rpc_pipe_register_commands(int version, const char *clnt, const char *srv, const struct ndr_syntax_id *interface, -- cgit