diff options
Diffstat (limited to 'url.h')
-rw-r--r-- | url.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |