summaryrefslogtreecommitdiff
path: root/url.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2024-09-05 12:58:22 +0200
committerVincent Douillet <vincent@vdouillet.fr>2024-09-06 12:22:20 +0200
commit35a145fd161fb4d4f19aa9820b50438695b94414 (patch)
tree00e9f341d5b7e0a6874efbe9fafc0500cf13cd2d /url.h
parent9b8d38ab209c6e7e747d6d420f1b105fe858c7eb (diff)
browse: add upload button
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.