diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-08 09:22:05 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-08 16:03:15 +0200 |
commit | 2d3623529fed0be2945cecfb19cef579e5af057e (patch) | |
tree | ca228e11cb6500c2ecd4469d772b08689f5f61df /source3/include | |
parent | 33256d6478381af3bee9ef064566e69cb4943c39 (diff) | |
download | samba-2d3623529fed0be2945cecfb19cef579e5af057e.tar.gz samba-2d3623529fed0be2945cecfb19cef579e5af057e.tar.bz2 samba-2d3623529fed0be2945cecfb19cef579e5af057e.zip |
s3: Lift the smbd_messaging_context from rpc_pipe_open_internal
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c0d9963183..4937c62024 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4499,8 +4499,10 @@ struct pipes_struct *make_internal_rpc_pipe_p(TALLOC_CTX *mem_ctx, const char *client_address, struct auth_serversupplied_info *server_info, struct messaging_context *msg_ctx); -NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx, const struct ndr_syntax_id *abstract_syntax, +NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx, + const struct ndr_syntax_id *abstract_syntax, struct auth_serversupplied_info *serversupplied_info, + struct messaging_context *msg_ctx, struct rpc_pipe_client **presult); NTSTATUS rpc_connect_spoolss_pipe(connection_struct *conn, struct rpc_pipe_client **spoolss_pipe); |