summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-14 02:29:38 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-14 02:29:38 +0000
commit8e8ab4df1fe77dfcae73a34f4de174afe09cd695 (patch)
treec45a6b728cb29a9d5355757634ac531dfbf3a455 /source/include
parentab35d99e52225b0e9f519903ae99e575075187e7 (diff)
downloadsamba-8e8ab4df1fe77dfcae73a34f4de174afe09cd695.tar.gz
samba-8e8ab4df1fe77dfcae73a34f4de174afe09cd695.tar.xz
samba-8e8ab4df1fe77dfcae73a34f4de174afe09cd695.zip
- new prototypes
- much as I hate doing it I've removed the "commit changes" button for users that don't have write access to smb.conf (Jeremy insisted)
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index c742d664069..d1aa8383c2d 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -2669,7 +2669,7 @@ int smbw_stat(const char *fname, struct stat *st);
void cgi_load_variables(FILE *f1);
char *cgi_variable(char *name);
BOOL am_root(void);
-char *get_user_name(void);
+char *cgi_user_name(void);
void cgi_setup(char *rootdir, int auth_required);
char *cgi_baseurl(void);
char *cgi_pathinfo(void);