aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 15:26:14 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-18 15:26:14 +0300
commit5a9d987fc2c4e9bf3ca0ca3eb10b472338e5c314 (patch)
tree8d5ed7bec5890f1cb2ff0ebe82ef34feaee3b178 /uzbl.h
parent17160f7aaeac7bb822d260a00d33109d0146c959 (diff)
Fix spawn.sh, let run_command have n args before defaults
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index 4e8608a..a02eded 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -270,7 +270,8 @@ static void
close_uzbl (WebKitWebView *page, const char *param);
static gboolean
-run_command(const gchar *command, const gchar **args, const gboolean sync, char **stdout);
+run_command(const gchar *command, const guint npre,
+ const gchar **args, const gboolean sync, char **stdout);
static void
spawn(WebKitWebView *web_view, const char *param);