summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixgtk/mixgtk_config.h')
-rw-r--r--mixgtk/mixgtk_config.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mixgtk/mixgtk_config.h b/mixgtk/mixgtk_config.h
index ea54ba4..038c659 100644
--- a/mixgtk/mixgtk_config.h
+++ b/mixgtk/mixgtk_config.h
@@ -26,11 +26,16 @@
#define MIXGTK_CONFIG_H
#include <mixlib/mix.h>
+#include <mixlib/mix_config.h>
/* load configuration */
extern gboolean
mixgtk_config_load (void);
+/* get mix config */
+extern mix_config_t *
+mixgtk_config_get_mix_config (void);
+
/* autosave state */
extern gboolean
mixgtk_config_is_autosave (void);