summaryrefslogtreecommitdiffhomepage
path: root/mixgtk/mixgtk_config.h
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-08 00:18:33 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-07-08 00:18:33 +0000
commitb23a3924efec431d74d175a5f22c298383396ebd (patch)
tree3731fa27a7e2c2f4b78a0606aeb7c2c4c737c95c /mixgtk/mixgtk_config.h
parent8cecf0ae927eae1dfb5ab2eef78f55e8e162a7f9 (diff)
downloadmdk-b23a3924efec431d74d175a5f22c298383396ebd.tar.gz
mdk-b23a3924efec431d74d175a5f22c298383396ebd.tar.bz2
use of mix_config
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);