From 01ceb5e2d7b7b4492ed3f2bd1e95fe9b4d68ad47 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 11 Nov 1998 23:47:03 +0000 Subject: changed is_root() to am_root() to prevent clash with variable names. (This used to be commit 52f47b8d2ef5ee64e2f8dcfeb6840071e57904d1) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 6bb801b633..5c0efaf93c 100644 --- a/source3/include/proto.h +++ b/source3/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); -- cgit