s/stdout/_stdout/g on uzbl.h
authorAbel `00z' Camarillo <00z@the00z.org>
Mon, 25 May 2009 02:02:55 +0000 (21:02 -0500)
committerAbel `00z' Camarillo <00z@the00z.org>
Mon, 25 May 2009 02:02:55 +0000 (21:02 -0500)
uzbl.h

diff --git a/uzbl.h b/uzbl.h
index 417df70..74b36fe 100644 (file)
--- 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);