aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index cd5e3ef..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;
@@ -417,11 +419,23 @@ static void
set_var(WebKitWebView *page, GArray *argv);
static void
+act_dump_config();
+
+static void
render_html();
static void
set_timeout(int seconds);
+static void
+dump_var_hash(gpointer k, gpointer v, gpointer ud);
+
+static void
+dump_key_hash(gpointer k, gpointer v, gpointer ud);
+
+static void
+dump_config();
+
/* Command callbacks */
static void