diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-08 14:31:50 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-08 14:31:50 +0000 |
commit | 6a37b245e3894c5a3a62bf38d4eef27be5f209e8 (patch) | |
tree | 2912f89a4cab908e16854fcb88f20143fc7d9647 /source3/include | |
parent | 35d67dd80aa3ba72b75683cb1f35c81066e21223 (diff) | |
download | samba-6a37b245e3894c5a3a62bf38d4eef27be5f209e8.tar.gz samba-6a37b245e3894c5a3a62bf38d4eef27be5f209e8.tar.bz2 samba-6a37b245e3894c5a3a62bf38d4eef27be5f209e8.zip |
allow for non-authenticated SWAT for demo purposes
(This used to be commit 6e1237568b559c006ee5429308ac47e97cc4a1c4)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 06b2d4ec78..f0591743c0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -28,7 +28,7 @@ char *quotedup(char *s); char *urlquote(char *s); char *quotequotes(char *s); void quote_spaces(char *buf); -void cgi_setup(char *rootdir); +void cgi_setup(char *rootdir, int auth_required); char *cgi_baseurl(void); /*The following definitions come from charcnv.c */ |