[glib] static and #include fixups in glib/
- From: Ryan Lortie <ryanl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] static and #include fixups in glib/
- Date: Mon, 17 Oct 2011 01:41:40 +0000 (UTC)
commit 740eacbfcacb4acdc09a5ef93cb2840d1648ce28
Author: Ryan Lortie <desrt desrt ca>
Date: Sun Oct 16 21:17:10 2011 -0400
static and #include fixups in glib/
glib/gfileutils.c | 2 +-
glib/gmain.c | 2 +-
glib/gvariant-parser.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/glib/gfileutils.c b/glib/gfileutils.c
index 5e7e286..3f45a73 100644
--- a/glib/gfileutils.c
+++ b/glib/gfileutils.c
@@ -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)
diff --git a/glib/gmain.c b/glib/gmain.c
index 6a7cfc0..98e70e6 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -97,7 +97,7 @@
#endif
#include "gwakeup.h"
-
+#include "gmain-internal.h"
#include "glib-private.h"
/**
diff --git a/glib/gvariant-parser.c b/glib/gvariant-parser.c
index ccd4c35..dbd7a24 100644
--- a/glib/gvariant-parser.c
+++ b/glib/gvariant-parser.c
@@ -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)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]