aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/uzbl-core.h
diff options
context:
space:
mode:
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 b4b251d..a9e8fe2 100644
--- a/src/uzbl-core.h
+++ b/src/uzbl-core.h
@@ -276,6 +276,9 @@ void
close_uzbl (WebKitWebView *page, GArray *argv, GString *result);
gboolean
+uzbl_setup_environ();
+
+gboolean
run_command(const gchar *command, const guint npre,
const gchar **args, const gboolean sync, char **output_stdout);