aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-15 14:14:15 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-15 14:14:15 +0300
commit5171e781e76dbec2ed87d6f445afd38d76eb81a9 (patch)
tree6bb666596b5bd401b368266b63b432ea6ccad3ce /uzbl.h
parentc2950b32a5a841aec553716b8de33fe899371f2e (diff)
Add missing declaration, add runcmd for running bind, etc. via gui
Example: bind :$_ = runcmd %s Then you can type :$bind xx = exit
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/uzbl.h b/uzbl.h
index 1da04cc..a63b5dd 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -226,6 +226,12 @@ spawn(WebKitWebView *web_view, const char *param);
static void
parse_command(const char *cmd, const char *param);
+static void
+runcmd(WebKitWebView *page, const char *param);
+
+static void
+parse_cmd_line(const char *ctl_line);
+
static gchar*
build_stream_name(int type, const gchar *dir);