summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-11-11 23:47:03 +0000
committerAndrew Tridgell <tridge@samba.org>1998-11-11 23:47:03 +0000
commit52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1 (patch)
treee10de41879ed4202776233c01f8418b50a857aa0 /source/include
parentbd4e2972f50cafd932a5c915cdeeef7eedda07cc (diff)
downloadsamba-52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1.tar.gz
samba-52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1.tar.xz
samba-52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1.zip
changed is_root() to am_root() to prevent clash with variable names.
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 6bb801b633e..5c0efaf93c0 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -2629,7 +2629,7 @@ int smbw_stat(const char *fname, struct stat *st);
void cgi_load_variables(FILE *f1);
char *cgi_variable(char *name);
-BOOL is_root(void);
+BOOL am_root(void);
char *get_user_name(void);
void cgi_setup(char *rootdir, int auth_required);
char *cgi_baseurl(void);