From a681f3f2bb769a752093517d920d57f9df8748c7 Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 16 Sep 2011 02:01:45 +0000 Subject: put public suffix comparison directly in url.c --- src/url.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/url.h') diff --git a/src/url.h b/src/url.h index 5590c048..6d1f8816 100644 --- a/src/url.h +++ b/src/url.h @@ -122,7 +122,7 @@ void a_Url_set_ismap_coords(DilloUrl *u, char *coord_str); char *a_Url_decode_hex_str(const char *str); char *a_Url_encode_hex_str(const char *str); char *a_Url_string_strip_delimiters(const char *str); -const char *a_Url_host_find_public_suffix(const char *host); +bool_t a_Url_same_public_suffix(const DilloUrl *u1, const DilloUrl *u2); #ifdef __cplusplus } #endif /* __cplusplus */ -- cgit v1.2.3