aboutsummaryrefslogtreecommitdiffstats
path: root/url.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--url.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/url.h b/url.h
index 2a27c34277..92e3c63514 100644
--- a/url.h
+++ b/url.h
@@ -21,4 +21,7 @@ char *url_decode_parameter_value(const char **query);
void end_url_with_slash(struct strbuf *buf, const char *url);
void str_end_url_with_slash(const char *url, char **dest);
+int is_rfc3986_unreserved(char ch);
+int is_casefolding_rfc3986_unreserved(char c);
+
#endif /* URL_H */