diff options
Diffstat (limited to '')
-rw-r--r-- | server.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server.h b/server.h index 80eb5bb..9b665d7 100644 --- a/server.h +++ b/server.h @@ -127,3 +127,6 @@ 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 htmlSearch( + struct khtmlreq *html, const char *network, const char *context +); |