summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 22:43:59 +0200
committerGünther Deschner <gd@samba.org>2011-05-02 15:03:43 +0200
commitc6fe379a4637dd1d5db34cbe4f566d3913b21fd2 (patch)
treef9d717e61298e3c3dad66bb046a580b614f66070 /source3/include/proto.h
parentc1f3ff734043082a9488c787324e76a37702f94d (diff)
downloadsamba-c6fe379a4637dd1d5db34cbe4f566d3913b21fd2.tar.gz
samba-c6fe379a4637dd1d5db34cbe4f566d3913b21fd2.tar.bz2
samba-c6fe379a4637dd1d5db34cbe4f566d3913b21fd2.zip
s3-rpc_server: remove proto of nonexisting function
(rpc_pipe_register_commands). Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index aee1da9768..5a4604cbf6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2628,10 +2628,6 @@ struct pipes_struct;
bool create_next_pdu(struct pipes_struct *p);
bool api_pipe_bind_auth3(struct pipes_struct *p, struct ncacn_packet *pkt);
bool setup_fault_pdu(struct pipes_struct *p, NTSTATUS status);
-NTSTATUS rpc_pipe_register_commands(int version, const char *clnt,
- const char *srv,
- const struct ndr_syntax_id *interface,
- const struct api_struct *cmds, int size);
bool is_known_pipename(const char *cli_filename, struct ndr_syntax_id *syntax);
/* The following definitions come from rpc_server/srv_pipe_hnd.c */