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/rpc_server/rpc_ncacn_np_internal.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source3/rpc_server/rpc_ncacn_np_internal.c') diff --git a/source3/rpc_server/rpc_ncacn_np_internal.c b/source3/rpc_server/rpc_ncacn_np_internal.c index 0cbbf50003..8253f65bb7 100644 --- a/source3/rpc_server/rpc_ncacn_np_internal.c +++ b/source3/rpc_server/rpc_ncacn_np_internal.c @@ -40,8 +40,6 @@ static struct pipes_struct *InternalPipes; * system _anyway_. so that's the next step... */ -static int close_internal_rpc_pipe_hnd(struct pipes_struct *p); - /**************************************************************************** Internal Pipe iterator functions. ****************************************************************************/ @@ -86,7 +84,7 @@ bool check_open_pipes(void) Close an rpc pipe. ****************************************************************************/ -static int close_internal_rpc_pipe_hnd(struct pipes_struct *p) +int close_internal_rpc_pipe_hnd(struct pipes_struct *p) { if (!p) { DEBUG(0,("Invalid pipe in close_internal_rpc_pipe_hnd\n")); -- cgit