s3-proto: move more headers to rpc_server/rpc_ncacn_np.h where they origin from.
[obnox/samba-ctdb.git] / source3 / rpc_server / rpc_ncacn_np.h
index 67256a7bc1408ac88b25ec4254816cf533be463c..42a5433c12606552287aae55948139e4eabc9ab7 100644 (file)
@@ -53,4 +53,10 @@ NTSTATUS rpc_pipe_open_interface(TALLOC_CTX *mem_ctx,
                                 struct client_address *client_id,
                                 struct messaging_context *msg_ctx,
                                 struct rpc_pipe_client **cli_pipe);
+
+struct pipes_struct *get_first_internal_pipe(void);
+struct pipes_struct *get_next_internal_pipe(struct pipes_struct *p);
+bool check_open_pipes(void);
+int close_internal_rpc_pipe_hnd(struct pipes_struct *p);
+
 #endif /* _RPC_NCACN_NP_H_ */