aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl-core.h')
-rw-r--r--uzbl-core.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uzbl-core.h b/uzbl-core.h
index 9b25e94..07d307f 100644
--- a/uzbl-core.h
+++ b/uzbl-core.h
@@ -114,6 +114,7 @@ typedef struct {
guint modmask;
guint http_debug;
gchar* shell_cmd;
+ guint view_source;
/* WebKitWebSettings exports */
guint font_size;
guint monospace_size;
@@ -615,4 +616,9 @@ cmd_caret_browsing();
void
cmd_set_geometry();
+/*
+void
+cmd_view_source();
+*/
+
/* vi: set et ts=4: */