summaryrefslogtreecommitdiff
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'url.h')
-rw-r--r--url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/url.h b/url.h
index cd52a3e..e91925b 100644
--- a/url.h
+++ b/url.h
@@ -41,7 +41,7 @@
* The suffix is required but can be an empty string
*/
bool
-check_request_path(char *, char *);
+check_request_path(const char *, const char *);
/*
* Build an URL from the provided components.