diff options
Diffstat (limited to 'source3/include/ntdomain.h')
-rw-r--r-- | source3/include/ntdomain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index f1f9dcec4f..147150d978 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -321,7 +321,7 @@ typedef struct smb_np_struct { * returns: state information representing the connection. * is stored in np_state, above. */ - void * (*namedpipe_create)(char *pipe_name, + void * (*namedpipe_create)(const char *pipe_name, connection_struct *conn, uint16 vuid); /* call to perform a write / read namedpipe transaction. |