aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index 0343e88..6c292a0 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -297,7 +297,11 @@ new_action(const gchar *name, const gchar *param);
static bool
file_exists (const char * filename);
-void set_insert_mode(gboolean mode);
+void
+set_mode_indicator();
+
+void
+set_insert_mode(gboolean mode);
static void
toggle_insert_mode(WebKitWebView *page, GArray *argv, GString *result);