diff src/amidi-plug/backend-fluidsynth/b-fluidsynth.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-fluidsynth/b-fluidsynth.h	Mon Jan 15 12:46:38 2007 -0800
+++ b/src/amidi-plug/backend-fluidsynth/b-fluidsynth.h	Mon Jan 15 13:25:41 2007 -0800
@@ -24,6 +24,7 @@
 #include <fluidsynth.h>
 #include <math.h>
 #include "../i_common.h"
+#include "../i_configure_file.h"
 #include "../pcfg/i_pcfg.h"
 #include "../i_midievent.h"
 
@@ -50,7 +51,7 @@
 
 void i_sleep( guint );
 void i_soundfont_load( void );
-void i_cfg_read( void );
+void i_cfg_read( i_cfg_get_file_cb );
 void i_cfg_free( void );
 
 #endif /* !_B_FLUIDSYNTH_H */