summaryrefslogtreecommitdiff
path: root/utils/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/url.h')
-rw-r--r--utils/url.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/url.h b/utils/url.h
index e9ad7fcb4..1467811b7 100644
--- a/utils/url.h
+++ b/utils/url.h
@@ -29,6 +29,7 @@ struct url_components {
};
void url_init(void);
+bool url_host_is_ip_address(const char *host);
url_func_result url_normalize(const char *url, char **result);
url_func_result url_join(const char *rel, const char *base, char **result);
url_func_result url_host(const char *url, char **result);