summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/url.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.c b/src/url.c
index ede11a8c..7163d946 100644
--- a/src/url.c
+++ b/src/url.c
@@ -718,7 +718,7 @@ static uint_t Url_host_public_internal_dots(const char *host)
* domain that is in a registry outside the organization.
* For 'www.dillo.org', that would be 'dillo.org'.
*/
-const char *Url_host_find_public_suffix(const char *host)
+static const char *Url_host_find_public_suffix(const char *host)
{
const char *s;
uint_t dots;