aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
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 ();