summaryrefslogtreecommitdiffstats
path: root/source/include/ntdomain.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/ntdomain.h')
-rw-r--r--source/include/ntdomain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/ntdomain.h b/source/include/ntdomain.h
index c7c0b04b0a2..6ce0ef64646 100644
--- a/source/include/ntdomain.h
+++ b/source/include/ntdomain.h
@@ -329,7 +329,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.