From 2ed9da3a782012094b5df0b823e24aed4d61b7ab Mon Sep 17 00:00:00 2001 From: corvid Date: Fri, 16 Sep 2011 16:25:00 +0000 Subject: static --- src/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3