s3-winbind: We need to use internal rpc connections in winbind.
[ddiss/samba.git] / source3 / rpc_server / rpc_ncacn_np.h
index fc968a20353f81f16fa1f3219f0ca43cb2f8f13f..586d61bea2cfa660955cee67852f13fa88c1ef6d 100644 (file)
@@ -56,4 +56,11 @@ NTSTATUS rpc_pipe_open_interface(TALLOC_CTX *mem_ctx,
                                 struct messaging_context *msg_ctx,
                                 struct rpc_pipe_client **cli_pipe);
 
+NTSTATUS rpc_pipe_open_internal(TALLOC_CTX *mem_ctx,
+                               const struct ndr_syntax_id *abstract_syntax,
+                               const struct auth_session_info *session_info,
+                               const struct tsocket_address *remote_address,
+                               struct messaging_context *msg_ctx,
+                               struct rpc_pipe_client **presult);
+
 #endif /* _RPC_NCACN_NP_H_ */