summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-10 10:22:54 -0400
committerJune McEnroe <june@causal.agency>2020-07-10 10:22:54 -0400
commit046ec8d7e528dbef753e7b19ab4b38756c81cdca (patch)
tree04ed66c6e16d01f7bfa5f3f2deaebeff7871de03 /server.h
parentServe stylesheet separately, with caching (diff)
downloadscooper-046ec8d7e528dbef753e7b19ab4b38756c81cdca.tar.gz
scooper-046ec8d7e528dbef753e7b19ab4b38756c81cdca.zip
Fold search form into nav
CSS is kind of almost working for me here. I await its inevitable
betrayal.
Diffstat (limited to 'server.h')
-rw-r--r--server.h3
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
-);