diff options
author | corvid <corvid@lavabit.com> | 2011-09-16 16:25:00 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2011-09-16 16:25:00 +0000 |
commit | 2ed9da3a782012094b5df0b823e24aed4d61b7ab (patch) | |
tree | dabc2cc7d0d787ba926f7306c64e42dd1c8d4eea | |
parent | 5b86b6de4005eab7ab9b3c844bfab764b38f9ebe (diff) |
static
-rw-r--r-- | src/url.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |