diff options
author | Volker Lendecke <vl@samba.org> | 2008-11-23 22:21:26 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-11-23 22:41:59 +0100 |
commit | ed27d91068ca45a2f2924cb2d53c3fdf856c5c47 (patch) | |
tree | 5fb965b70d50959cfc8d6ba113af18190919d2cd /source3/include | |
parent | 526c609d5f4d892e534fa3db42d5e2cf103b08f3 (diff) | |
download | samba-ed27d91068ca45a2f2924cb2d53c3fdf856c5c47.tar.gz samba-ed27d91068ca45a2f2924cb2d53c3fdf856c5c47.tar.bz2 samba-ed27d91068ca45a2f2924cb2d53c3fdf856c5c47.zip |
Add auth_serversupplied_info to create_conn_struct
srvsvc needs it, as will printing
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2cf1a9645e..a024d683f3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7957,7 +7957,8 @@ NTSTATUS create_conn_struct(TALLOC_CTX *ctx, connection_struct **pconn, int snum, const char *path, - char **poldcwd); + struct auth_serversupplied_info *server_info, + char **poldcwd); /* The following definitions come from smbd/negprot.c */ |