aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 00:57:41 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 00:57:41 +0300
commite291c1783f6c9f820d1e12d2b410ba0ec47963f5 (patch)
treed816d041e2c76a2a7d9ee6da10d97072f60e0e60 /uzbl.h
parentab1af1a930f66b1e730bb27a29a4539bce749612 (diff)
Add split_quoted, use the safer functions in run_command, break stuff
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index 49a275d..9fe1d2a 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -270,7 +270,7 @@ static void
close_uzbl (WebKitWebView *page, const char *param);
static gboolean
-run_command(const char *command, const char *args, const gboolean sync, char **stdout);
+run_command(const gchar *command, const gchar **args, const gboolean sync, char **stdout);
static void
spawn(WebKitWebView *web_view, const char *param);
@@ -333,6 +333,9 @@ static
GtkWidget* create_window ();
static void
+run_handler (const gchar *act);
+
+static void
add_binding (const gchar *key, const gchar *act);
static gchar*