summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-18 07:33:11 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-18 07:33:11 +0000
commitc8c61ac6a643d1c51c1546a6e346c566bb34f3b2 (patch)
tree4adfb1de29cd2402554f16b4b540d4aa6295e269 /source3/include
parente12cb8b6107272b625c8f34f3346b8314404f567 (diff)
downloadsamba-c8c61ac6a643d1c51c1546a6e346c566bb34f3b2.tar.gz
samba-c8c61ac6a643d1c51c1546a6e346c566bb34f3b2.tar.bz2
samba-c8c61ac6a643d1c51c1546a6e346c566bb34f3b2.zip
changed the method used for auto-reload on the status page to use
JavaScript. This avoids the nasty inetd problem. (This used to be commit 9d9b13880963a0e3cf5213ce2a24c52f4a11a472)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b7c64cbc25..54f833a93e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1929,6 +1929,7 @@ char *cgi_rooturl(void);
char *cgi_pathinfo(void);
char *cgi_remote_host(void);
char *cgi_remote_addr(void);
+BOOL cgi_waspost(void);
/*The following definitions come from web/diagnose.c */