aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index 808e7a7..d314221 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -95,7 +95,7 @@ typedef struct {
GRegex *keycmd_regex;
GRegex *get_regex;
GRegex *bind_regex;
- gchar **sync_stdout;
+ gchar *sync_stdout;
} Communication;
@@ -292,6 +292,12 @@ static void
spawn_sh(WebKitWebView *web_view, GArray *argv);
static void
+spawn_sync(WebKitWebView *web_view, GArray *argv);
+
+static void
+spawn_sh_sync(WebKitWebView *web_view, GArray *argv);
+
+static void
parse_command(const char *cmd, const char *param);
static void