diff options
author | Jeremy Allison <jra@samba.org> | 2007-09-12 23:50:21 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:30:41 -0500 |
commit | d5c9d87946263b5f3e3c072aa99e8ac6a6c728b9 (patch) | |
tree | 7d54324e4b4e04b053bac0cf78888f868f3abcbe /source3/include | |
parent | 12f61e09d943ea7fc4149166077507b5b0b3b4e7 (diff) | |
download | samba-d5c9d87946263b5f3e3c072aa99e8ac6a6c728b9.tar.gz samba-d5c9d87946263b5f3e3c072aa99e8ac6a6c728b9.tar.bz2 samba-d5c9d87946263b5f3e3c072aa99e8ac6a6c728b9.zip |
r25118: More pstring elimination.
Jeremy.
(This used to be commit 7632f8fb4003657591778d2b55f546d1737859d1)
Diffstat (limited to 'source3/include')
-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. |