diff options
Diffstat (limited to '')
-rw-r--r-- | server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server.h b/server.h index bd39526..8a5318d 100644 --- a/server.h +++ b/server.h @@ -163,6 +163,7 @@ struct Event { const char *message; }; +extern bool htmlHideHost; extern const char *htmlStylesheet; enum kcgi_err htmlHead( struct khtmlreq *html, struct kreq *req, const char *title |