about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
authorElias Norberg <xyzzy@kudzu.se>2012-01-12 00:17:33 +0100
committerElias Norberg <xyzzy@kudzu.se>2012-01-16 19:51:27 +0100
commitbc81e88b13c0ddfa385a10cfbe2ea93259c7f8a4 (patch)
tree9ef03ce4c6316b5b15484a6ca08d582c319fad3d /xxxterm.h
parenta8a93c2b7cae6c1d217bca596d8b0b631efe97b7 (diff)
downloadxombrero-bc81e88b13c0ddfa385a10cfbe2ea93259c7f8a4.tar.gz
Use a list of TLD's to properly handle multi-part TLD's
The list used is from publicsuffix.org. It gets installed
to the resource-directory as 'tld-rules'
Diffstat (limited to 'xxxterm.h')
-rw-r--r--xxxterm.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/xxxterm.h b/xxxterm.h
index 9057154..4503a50 100644
--- a/xxxterm.h
+++ b/xxxterm.h
@@ -319,6 +319,10 @@ WebKitWebView*		inspector_inspect_web_view_cb(WebKitWebInspector *,
 void			setup_inspector(struct tab *);
 int			inspector_cmd(struct tab *, struct karg *);
 
+/* tld public suffix */
+void			tld_tree_init();
+char			*tld_get_suffix(const char *);
+
 /* about */
 #define XT_XTP_STR		"xxxt://"
 #define XT_URI_ABOUT		("about:")