diff options
Diffstat (limited to 'server.h')
-rw-r--r-- | server.h | 1 |
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 *)? |