summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-11-08 19:37:33 +0100
committerVolker Lendecke <vl@samba.org>2009-11-08 19:43:46 +0100
commit82c35e460e00d6f9e61df2d20ea9d0ccf765636a (patch)
treed70c44840e3cc9b69911d779a0f61a29d76ffb00 /source3/include
parentb02c46bef944712834045399c883ea14f45bde94 (diff)
downloadsamba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.tar.gz
samba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.tar.bz2
samba-82c35e460e00d6f9e61df2d20ea9d0ccf765636a.zip
Revert "s3: Do not reference ndr_table when calling rpc_srv_register"
This reverts commit 494b2aff8826947e3bd556aecb175746163da485.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 3 insertions, 2 deletions
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);