From 82c35e460e00d6f9e61df2d20ea9d0ccf765636a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 8 Nov 2009 19:37:33 +0100 Subject: Revert "s3: Do not reference ndr_table when calling rpc_srv_register" This reverts commit 494b2aff8826947e3bd556aecb175746163da485. --- source3/include/proto.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4f204d0c54..3d62e505b3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5819,8 +5819,9 @@ 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); -NTSTATUS rpc_srv_register(int version, const char *clnt, const char *srv, - const char *interface, uint32_t interface_version, +NTSTATUS rpc_srv_register(int version, const char *clnt, + const char *srv, + const struct ndr_interface_table *iface, const struct api_struct *cmds, int size); bool is_known_pipename(const char *cli_filename, struct ndr_syntax_id *syntax); bool api_pipe_bind_req(pipes_struct *p, prs_struct *rpc_in_p); -- cgit