diff options
Diffstat (limited to '')
-rw-r--r-- | server.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/server.h b/server.h index f863b75..d07631e 100644 --- a/server.h +++ b/server.h @@ -141,6 +141,3 @@ 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 -); |