summaryrefslogtreecommitdiff
path: root/src/mcd-misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mcd-misc.h')
-rw-r--r--src/mcd-misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mcd-misc.h b/src/mcd-misc.h
index e69ee728..741a1092 100644
--- a/src/mcd-misc.h
+++ b/src/mcd-misc.h
@@ -51,6 +51,8 @@ void _mcd_object_ready (gpointer object, GQuark quark, const GError *error);
G_GNUC_INTERNAL
void _mcd_ext_register_dbus_glib_marshallers (void);
+gboolean mcd_ensure_directory (const gchar *dir, GError **error);
+
G_GNUC_INTERNAL int _mcd_chmod_private (const gchar *filename);
G_END_DECLS