summaryrefslogtreecommitdiff
path: root/source3/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
commit57d4977f24566675111d791949491908eb4a6c4e (patch)
tree20ebd9a56cba7d908efb5178588bafc915674b92 /source3/include
parentf61683195340baa58e2637811350dbc2c5e6af01 (diff)
downloadsamba-57d4977f24566675111d791949491908eb4a6c4e.tar.gz
samba-57d4977f24566675111d791949491908eb4a6c4e.tar.bz2
samba-57d4977f24566675111d791949491908eb4a6c4e.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) (This used to be commit 8e8ab4df1fe77dfcae73a34f4de174afe09cd695)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c742d66406..d1aa8383c2 100644
--- a/source3/include/proto.h
+++ b/source3/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);