summaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.h b/src/url.h
index 952fb25f..503eec60 100644
--- a/src/url.h
+++ b/src/url.h
@@ -123,7 +123,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);
#ifdef __cplusplus
}
#endif /* __cplusplus */