From ac126ea8186364bddfec340189a377978d52c7ae Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 12 Oct 2008 23:01:38 +0200 Subject: Use "struct files_struct" for pipes instead of smb_np_struct --- source3/include/ntdomain.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index de0a313609..60bbf500bc 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -317,6 +317,7 @@ typedef struct smb_np_struct { * is stored in np_state, above. */ struct pipes_struct *(*namedpipe_create)( + TALLOC_CTX *mem_ctx, const char *pipe_name, const char *client_address, struct auth_serversupplied_info *server_info, -- cgit