From b23a3924efec431d74d175a5f22c298383396ebd Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Sun, 8 Jul 2001 00:18:33 +0000 Subject: use of mix_config --- mixgtk/mixgtk_config.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mixgtk/mixgtk_config.h') 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 +#include /* 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); -- cgit v1.2.3