aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
authorGravatar keis <keijser@gmail.com>2010-12-17 23:23:57 +0100
committerGravatar keis <keijser@gmail.com>2010-12-18 00:32:25 +0100
commit29c15cf845d41ff4aa3cf2cb4d30a83c14485070 (patch)
treecf64bedaee885081064d22b8c4905546dcfe8a7d /src/uzbl-core.h
parent422d47062882daf0d6cf29594638439b63826b2b (diff)
add sync_spawn_exec command
this command will execute the lines written by the program as uzbl-commands
Diffstat (limited to 'src/uzbl-core.h')
-rw-r--r--src/uzbl-core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/uzbl-core.h b/src/uzbl-core.h
index f7cc993..98ae342 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -276,6 +276,9 @@ void
spawn_sh_sync(WebKitWebView *web_view, GArray *argv, GString *result);
void
+spawn_sync_exec(WebKitWebView *web_view, GArray *argv, GString *result);
+
+void
parse_command(const char *cmd, const char *param, GString *result);
void