From 0caf22a3f7c33578a073cee42c6cfa61f971bc42 Mon Sep 17 00:00:00 2001 From: corvid Date: Sun, 18 Sep 2011 02:52:21 +0000 Subject: rename fn Trying to make it a little clearer. It's surprising how there isn't a good, brief, clear term for this. Discussion of the concept tends to start using words like "administration" and "control". --- src/url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/url.c') diff --git a/src/url.c b/src/url.c index 7163d946..78f717cf 100644 --- a/src/url.c +++ b/src/url.c @@ -754,7 +754,7 @@ static const char *Url_host_find_public_suffix(const char *host) return s; } -bool_t a_Url_same_public_suffix(const DilloUrl *u1, const DilloUrl *u2) +bool_t a_Url_same_organization(const DilloUrl *u1, const DilloUrl *u2) { if (!u1 || !u2) return FALSE; -- cgit v1.2.3