summary refs log tree commit diff
path: root/server.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-12 17:47:58 -0400
committerJune McEnroe <june@causal.agency>2020-07-12 17:47:58 -0400
commitb5d469b648f9bd56bc4d4f9a189631dfbe28d5e1 (patch)
tree943258efcb161f63dff6bdf9a650b1eb08bcb3f5 /server.h
parentRewrite default CSS (diff)
downloadscooper-b5d469b648f9bd56bc4d4f9a189631dfbe28d5e1.tar.gz
scooper-b5d469b648f9bd56bc4d4f9a189631dfbe28d5e1.zip
Add search paging links
Diffstat (limited to 'server.h')
-rw-r--r--server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.h b/server.h
index fd80278..c1943ce 100644
--- a/server.h
+++ b/server.h
@@ -27,6 +27,7 @@
 
 #if KCGI_VMAJOR == 0 && KCGI_VMINOR < 12
 #define khttp_urlpart(...) kutil_urlpart(NULL, __VA_ARGS__)
+#define khttp_urlpartx(...) kutil_urlpartx(NULL, __VA_ARGS__)
 #endif
 
 // Why does it return (const unsigned char *)?