summaryrefslogtreecommitdiff
path: root/src/url.h
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-18 02:52:21 +0000
committercorvid <corvid@lavabit.com>2011-09-18 02:52:21 +0000
commit0caf22a3f7c33578a073cee42c6cfa61f971bc42 (patch)
treea07190e663846965781449fc57742b009906db93 /src/url.h
parent97f758a93015831db9c7ff0944840e5181434b2b (diff)
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".
Diffstat (limited to 'src/url.h')
-rw-r--r--src/url.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/url.h b/src/url.h
index 6d1f8816..c5f70615 100644
--- a/src/url.h
+++ b/src/url.h
@@ -122,7 +122,7 @@ void a_Url_set_ismap_coords(DilloUrl *u, char *coord_str);
char *a_Url_decode_hex_str(const char *str);
char *a_Url_encode_hex_str(const char *str);
char *a_Url_string_strip_delimiters(const char *str);
-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);
#ifdef __cplusplus
}
#endif /* __cplusplus */