summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--scooper.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/scooper.c b/scooper.c
index 99e7a05..17c0ebc 100644
--- a/scooper.c
+++ b/scooper.c
@@ -28,6 +28,10 @@
 #include <kcgihtml.h>
 #include <sqlite3.h>
 
+#if KCGI_VMAJOR == 0 && KCGI_VMINOR < 12
+#define khttp_urlpart(...) kutil_urlpart(req, __VA_ARGS__)
+#endif
+
 #define SQL(...) #__VA_ARGS__
 
 enum { DatabaseVersion = 4 };
5 13:42:37 -0400'>2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe