aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 14:37:03 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-16 14:37:03 +0300
commitf760acb6b94bd4acccc98690d388ec22de39ddca (patch)
tree4c195ed16141d5223307146ac5a5b5b40f16c0ec /uzbl.h
parentb77997f5eb8dfdc7ce4d0e9dc3b84e11add285d3 (diff)
Merge run_command_sync and run_command_async to run_command
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/uzbl.h b/uzbl.h
index 65e5e3c..a23afe4 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -239,10 +239,7 @@ static void
close_uzbl (WebKitWebView *page, const char *param);
static gboolean
-run_command_async(const char *command, const char *args);
-
-static gboolean
-run_command_sync(const char *command, const char *args, char **stdout);
+run_command(const char *command, const char *args, const gboolean sync, char **stdout);
static void
spawn(WebKitWebView *web_view, const char *param);