summaryrefslogtreecommitdiffhomepage
path: root/mixlib/mix_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixlib/mix_config.h')
-rw-r--r--mixlib/mix_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mixlib/mix_config.h b/mixlib/mix_config.h
index 47932e1..2f1b1a0 100644
--- a/mixlib/mix_config.h
+++ b/mixlib/mix_config.h
@@ -27,6 +27,9 @@
#include "mix.h"
+/* default config dir */
+extern const gchar *MIX_CONFIG_DIR;
+
/* the config type */
typedef struct mix_config_t mix_config_t;