diff options
author | Simo Sorce <idra@samba.org> | 2010-07-10 16:55:37 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-07-13 14:44:09 +0200 |
commit | 229791382989c5005ec8e7c0a6d3b84745d37cbe (patch) | |
tree | f909cc8d485f77cff81fd43ea100613fbb13d458 | |
parent | 25d487bebfdc771b1e0ab510ecbe4a8601f8fc98 (diff) | |
download | samba-229791382989c5005ec8e7c0a6d3b84745d37cbe.tar.gz samba-229791382989c5005ec8e7c0a6d3b84745d37cbe.tar.bz2 samba-229791382989c5005ec8e7c0a6d3b84745d37cbe.zip |
s3-dcerpc: Remove unused prototype
Signed-off-by: Günther Deschner <gd@samba.org>
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
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, |