From ef65cb38bdb135423561726a9e19be076292318a Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Fri, 1 Dec 2006 21:09:49 +0000 Subject: Fix 1535120, 1528673 svn path=/trunk/netsurf/; revision=3087 --- utils/url.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/url.h') 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); -- cgit v1.2.3