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
commit44d6a545a0cc61c8c986ce6bcf126548386ba246 (patch)
tree9c7269617fce4c10d0dddde51e13a7487b0b5092 /mixgtk/mixgtk_config.h
parent69af1256d8e122ada66328ea3ff7fd41931ee0be (diff)
downloadmdk-44d6a545a0cc61c8c986ce6bcf126548386ba246.tar.gz
mdk-44d6a545a0cc61c8c986ce6bcf126548386ba246.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);