diff options
Diffstat (limited to 'url.h')
-rw-r--r-- | url.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,9 +38,10 @@ * Checks that the path can be safely processed. Namely, it should not contain * "..", which denotes an attempt to get out of the DATA_DIR root folder. * The path is required. + * The suffix is required but can be an empty string */ bool -check_request_path(char *); +check_request_path(char *, char *); /* * Build an URL from the provided components. |