diff options
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server.h b/server.h index d07631e..5d37176 100644 --- a/server.h +++ b/server.h @@ -141,3 +141,4 @@ enum kcgi_err htmlHead(struct khtmlreq *html, const char *title); enum kcgi_err htmlNav( struct khtmlreq *html, const char *network, const char *context ); +enum kcgi_err htmlFooter(struct khtmlreq *html); |