about summary refs log tree commit diff stats
path: root/xxxterm.h
diff options
context:
space:
mode:
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:")