about summary refs log tree commit diff stats
path: root/xombrero.h
diff options
context:
space:
mode:
authorWalther Maldonado <walther.md@gmail.com>2015-02-17 18:03:53 -0500
committerWalther Maldonado <walther.md@gmail.com>2015-02-17 18:03:53 -0500
commitab8b3b33c4adac4f262619b89f21228ced5575d8 (patch)
treefe507b6e67d6bece7cc427b1563aa1da115de37a /xombrero.h
parent578c3af59922c429aa03703a38789391fdf1cb47 (diff)
downloadxombrero-ab8b3b33c4adac4f262619b89f21228ced5575d8.tar.gz
xtp-meaning freed memory usage fix
Diffstat (limited to 'xombrero.h')
-rw-r--r--xombrero.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xombrero.h b/xombrero.h
index 45100f9..303ef1c 100644
--- a/xombrero.h
+++ b/xombrero.h
@@ -402,6 +402,7 @@ GtkWidget		*create_window(const gchar *);
 void			show_oops(struct tab *, const char *, ...);
 gchar			*get_html_page(gchar *, gchar *, gchar *, bool);
 const gchar		*get_uri(struct tab *);
+void			set_xtp_meaning(struct tab *, int);
 const gchar		*get_title(struct tab *, bool);
 void			load_uri(struct tab *t, const gchar *uri);
 gboolean		match_uri(const gchar *uri, const gchar *key);