static and #include fixups in glib/
authorRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:17:10 +0000 (21:17 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 17 Oct 2011 01:41:15 +0000 (21:41 -0400)
glib/gfileutils.c
glib/gmain.c
glib/gvariant-parser.c

index 5e7e286..3f45a73 100644 (file)
@@ -1380,7 +1380,7 @@ get_tmp_file (gchar            *tmpl,
   return -1;
 }
 
-gint
+static gint
 wrap_mkdir (gchar *tmpl,
             int    flags G_GNUC_UNUSED,
             int    mode)
index 6a7cfc0..98e70e6 100644 (file)
@@ -97,7 +97,7 @@
 #endif
 
 #include "gwakeup.h"
-
+#include "gmain-internal.h"
 #include "glib-private.h"
 
 /**
index ccd4c35..dbd7a24 100644 (file)
@@ -381,7 +381,7 @@ token_stream_end_ref (TokenStream *stream,
   ref->end = stream->stream - stream->start;
 }
 
-void
+static void
 pattern_copy (gchar       **out,
               const gchar **in)
 {