aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libweb/http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libweb/http.h b/include/libweb/http.h
index ad4ebcd..41e1dce 100644
--- a/include/libweb/http.h
+++ b/include/libweb/http.h
@@ -150,5 +150,6 @@ char *http_cookie_create(const char *key, const char *value,
const struct tm *exp);
char *http_encode_url(const char *url);
int http_decode_url(const char *url, bool spaces, char **out);
+int http_strncasecmp(const char *s1, const char *s2, size_t n);
#endif /* HTTP_H */