--- np2/sound/vermouth/midimod.h 2005/03/18 09:23:11 1.3 +++ np2/sound/vermouth/midimod.h 2006/12/16 12:11:07 1.5 @@ -32,9 +32,10 @@ typedef struct { extern "C" { #endif -BRESULT cfgfile_getfile(MIDIMOD mod, const OEMCHAR *filename, +BRESULT VERMOUTHCL midimod_getfile(MIDIMOD mod, const OEMCHAR *filename, OEMCHAR *path, int size); -BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth); +void VERMOUTHCL midimod_lock(MIDIMOD mod); +void VERMOUTHCL midimod_unlock(MIDIMOD mod); #ifdef __cplusplus }