diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-18 07:33:11 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-18 07:33:11 +0000 |
commit | c8c61ac6a643d1c51c1546a6e346c566bb34f3b2 (patch) | |
tree | 4adfb1de29cd2402554f16b4b540d4aa6295e269 /source3/include/proto.h | |
parent | e12cb8b6107272b625c8f34f3346b8314404f567 (diff) | |
download | samba-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/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
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 */ |