aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Abel `00z' Camarillo <00z@the00z.org>2009-06-06 22:39:19 +0200
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2009-06-06 22:39:19 +0200
commitbd6fb013e4ddf7c89f8154ff2ef7bc7f7108ca98 (patch)
treee578a28f46a6c28c516577d6ebe573c4ed6aa037 /uzbl.h
parente9740015543cf20fd3ad1387ca47b15745ff024f (diff)
parentabec4c22eae603c70670e015111c854000beb638 (diff)
uzbl now builds on OpenBSD
Diffstat (limited to 'uzbl.h')
-rw-r--r--uzbl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uzbl.h b/uzbl.h
index ab45bae..a6a3a6e 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -323,7 +323,7 @@ close_uzbl (WebKitWebView *page, GArray *argv);
static gboolean
run_command(const gchar *command, const guint npre,
- const gchar **args, const gboolean sync, char **stdout);
+ const gchar **args, const gboolean sync, char **output_stdout);
static void
spawn(WebKitWebView *web_view, GArray *argv);