aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-05-27 13:14:51 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-05-27 13:14:51 +0200
commiteacd934e6456f354df9a1eaedee7e10964eea90c (patch)
tree9cacbfa9497fcc242413980db2804451cd21a69a /uzbl.h
parent1c0197ef6ea14e57854a6dcd3de0bc331fb6e470 (diff)
added insert_indicator and command_indicator
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 287d9ef..8618675 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -171,6 +171,8 @@ typedef struct {
guint mode;
gchar* base_url;
gchar* html_endmarker;
+ gchar* insert_indicator;
+ gchar* cmd_indicator;
GString* html_buffer;
guint html_timeout;