aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-16 16:25:00 +0000
committercorvid <corvid@lavabit.com>2011-09-16 16:25:00 +0000
commit2ed9da3a782012094b5df0b823e24aed4d61b7ab (patch)
treedabc2cc7d0d787ba926f7306c64e42dd1c8d4eea
parent5b86b6de4005eab7ab9b3c844bfab764b38f9ebe (diff)
static
-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;