summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-11 23:25:51 +0000
committerJeremy Allison <jra@samba.org>1998-11-11 23:25:51 +0000
commit80e0f7e1071f032c5004aecb01a91d1397e6a161 (patch)
treea6b2359feb40c736673d52ea93785f50756f51f4 /source/include
parenta0f9145d6fcf10f30f745601ee1dc7618d4ffb01 (diff)
downloadsamba-80e0f7e1071f032c5004aecb01a91d1397e6a161.tar.gz
samba-80e0f7e1071f032c5004aecb01a91d1397e6a161.tar.xz
samba-80e0f7e1071f032c5004aecb01a91d1397e6a161.zip
rpc_server/srv_netlog.c: Fixed crash bug with ACB_PWNOTREQ.
script/makeyodldocs.sh: Added code to make text docs for non-man page YODL docs. web/cgi.c web/swat.c: SGI compiler warnings fixed. Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index cce55a47cd4..6bb801b633e 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -2629,6 +2629,8 @@ int smbw_stat(const char *fname, struct stat *st);
void cgi_load_variables(FILE *f1);
char *cgi_variable(char *name);
+BOOL is_root(void);
+char *get_user_name(void);
void cgi_setup(char *rootdir, int auth_required);
char *cgi_baseurl(void);
char *cgi_pathinfo(void);