aboutsummaryrefslogtreecommitdiffhomepage
path: root/uzbl.h
diff options
context:
space:
mode:
authorGravatar Abel `00z' Camarillo <00z@the00z.org>2009-05-24 21:02:55 -0500
committerGravatar Abel `00z' Camarillo <00z@the00z.org>2009-05-24 21:02:55 -0500
commitb8af1378d2c75e9062eea69918f164c177c8f8ff (patch)
tree0fc98b157c909be803369b0506a0c77309a68478 /uzbl.h
parente3e90d469241ceb7c577e13a908c0928646fed0a (diff)
s/stdout/_stdout/g on uzbl.h
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 417df70..74b36fe 100644
--- a/uzbl.h
+++ b/uzbl.h
@@ -283,7 +283,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 **_stdout);
static void
spawn(WebKitWebView *web_view, GArray *argv);