Changed insert_mode into toggle_insert_mode.
[uzbl-mobile] / uzbl.h
diff --git a/uzbl.h b/uzbl.h
index 49a275d..251d270 100644 (file)
--- a/uzbl.h
+++ b/uzbl.h
@@ -258,7 +258,7 @@ static bool
 file_exists (const char * filename);
 
 void
-set_insert_mode(WebKitWebView *page, const gchar *param);
+toggle_insert_mode(WebKitWebView *page, const gchar *param);
 
 static void
 load_uri (WebKitWebView * web_view, const gchar *param);