3 * Functions copied from glib 2.6 and 2.8
5 * Copyright 2005 David Schleef <ds@schleef.org>
12 #if !GLIB_CHECK_VERSION (2, 8, 0)
13 int g_mkdir_with_parents (const gchar *pathname, int mode);
16 #if !GLIB_CHECK_VERSION (2, 6, 0)
17 int g_mkdir (const gchar *filename, int mode);
20 #if !GLIB_CHECK_VERSION (2, 6, 0)
23 int g_stat (const gchar *filename, struct stat *buf);