summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-05 23:37:15 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-05 23:37:15 +0000
commit51c6106722d508dc25b5f85ed1a0f08adc494a70 (patch)
tree607fbe9f6046a62f436f5f4a85e2a7b262f6fa25 /mixlib/mix.h
parente245e7a9c21e3a79eb908e6f7e0c752bdac81e90 (diff)
downloadmdk-51c6106722d508dc25b5f85ed1a0f08adc494a70.tar.gz
mdk-51c6106722d508dc25b5f85ed1a0f08adc494a70.tar.bz2
(mix_stat_dir) new function
Diffstat (limited to 'mixlib/mix.h')
-rw-r--r--mixlib/mix.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/mixlib/mix.h b/mixlib/mix.h
index 37e7453..2d45636 100644
--- a/mixlib/mix.h
+++ b/mixlib/mix.h
@@ -60,6 +60,10 @@ mix_release_lib (void);
extern const char *MIX_GPL_LICENSE;
+/* check dir, and create it if it doesn't exist */
+extern gboolean
+mix_stat_dir (const gchar *dirname, const gchar *alias);
+
#endif /* MIX_H */