aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Robert Manea <gotmor@gmail.com>2009-05-25 12:50:05 +0200
committerGravatar Robert Manea <gotmor@gmail.com>2009-05-25 12:50:05 +0200
commit5085ffdd5b07cdf71b07d3e0973f0d014313ceb6 (patch)
tree7151916ed79628bd49dbd589e7d44419b3b67798 /uzbl.h
parentf467ef9dc05a4dca9221c30f3da565c16aee8542 (diff)
added inject_html variable
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 3f5e60f..1fd129a 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -166,6 +166,7 @@ typedef struct {
guint resizable_txt;
gchar* default_encoding;
guint enforce_96dpi;
+ gchar *inject_html;
/* command list: name -> Command */
GHashTable* commands;
@@ -480,5 +481,7 @@ cmd_default_encoding();
static void
cmd_enforce_96dpi();
+static void
+cmd_inject_html();
/* vi: set et ts=4: */