From 2ef693e3c83fa0ce298ef8b592d7d4c4ec3dd845 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 7 Jun 2010 15:18:31 -0400 Subject: s3-rpc_server: Make pipe destructor public. Signed-off-by: Andreas Schneider --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index b19f985a85..d23b18c1f3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4345,6 +4345,7 @@ bool is_known_pipename(const char *cli_filename, struct ndr_syntax_id *syntax); 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); bool fsp_is_np(struct files_struct *fsp); struct tsocket_address; -- cgit