static and #include fixups in glib/

This commit is contained in:
Ryan Lortie 2011-10-16 21:17:10 -04:00
parent 1b018a8bb2
commit 740eacbfca
3 changed files with 3 additions and 3 deletions

View 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)

View File

@ -97,7 +97,7 @@
#endif
#include "gwakeup.h"
#include "gmain-internal.h"
#include "glib-private.h"
/**

View 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)
{