aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-26 12:47:55 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-26 12:47:55 +0300
commit6c11777067bdb8aac09bba78d54caea04f85e059 (patch)
tree028d37c8224fb6116674321d9fdc76e944ad04b8 /uzbl.h
parent2fa43d56a39c9aee0d8b76daa5129da7c3902681 (diff)
Refactor run_keycmd, allow inc and normal binds with the same name
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index ae53af7..14346fc 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -357,6 +357,9 @@ key_press_cb (GtkWidget* window, GdkEventKey* event);
static void
run_keycmd(const gboolean key_ret);
+static void
+exec_paramcmd(const Action* act, const guint i);
+
static GtkWidget*
create_browser ();