aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 1fd129a..ff37686 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -167,6 +167,10 @@ typedef struct {
gchar* default_encoding;
guint enforce_96dpi;
gchar *inject_html;
+ guint caret_browsing;
+ guint mode;
+ gchar* base_url;
+ GString* html_buffer;
/* command list: name -> Command */
GHashTable* commands;
@@ -484,4 +488,10 @@ cmd_enforce_96dpi();
static void
cmd_inject_html();
+static void
+cmd_caret_browsing();
+
+static void
+cmd_set_mode();
+
/* vi: set et ts=4: */