From 1ee37bc9c3d3a4aefc50efc90db42b81f51bcd03 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 12 Jul 2008 12:20:08 +0200 Subject: Refactor make_internal_rpc_pipe_p: connection_struct is not needed (This used to be commit defcf0eecfb8eb035d9ca80530720b9e6873f6c7) --- source3/include/ntdomain.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 23bbe9aba2..484f173afe 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -318,8 +318,11 @@ typedef struct smb_np_struct { * returns: state information representing the connection. * is stored in np_state, above. */ - void * (*namedpipe_create)(const char *pipe_name, - connection_struct *conn, uint16 vuid); + struct pipes_struct *(*namedpipe_create)( + const char *pipe_name, + const char *client_address, + struct auth_serversupplied_info *server_info, + uint16_t vuid); /* call to perform a write namedpipe operation */ -- cgit