diff src/amidi-plug/backend-alsa/b-alsa.h @ 437:e1c6b223431e trunk

[svn] - amidiplug: on midi backend init, pass a function that helps the backend to get the location of amidi-plug.conf
author giacomo
date Mon, 15 Jan 2007 13:25:41 -0800
parents 3da1b8942b8b
children
line wrap: on
line diff
--- a/src/amidi-plug/backend-alsa/b-alsa.h	Mon Jan 15 12:46:38 2007 -0800
+++ b/src/amidi-plug/backend-alsa/b-alsa.h	Mon Jan 15 13:25:41 2007 -0800
@@ -23,6 +23,7 @@
 
 #include <alsa/asoundlib.h>
 #include "../i_common.h"
+#include "../i_configure_file.h"
 #include "../pcfg/i_pcfg.h"
 #include "../i_midievent.h"
 
@@ -56,7 +57,7 @@
 GSList * i_seq_mixctl_get_list( gint );
 void i_seq_mixctl_free_list( GSList * );
 gint i_seq_mixer_find_selem( snd_mixer_t * , gchar * , gchar * , gint , snd_mixer_elem_t ** );
-void i_cfg_read( void );
+void i_cfg_read( i_cfg_get_file_cb );
 void i_cfg_free( void );
 gint i_util_str_count( gchar * , gchar );