--- np2/sound/vermouth/midimod.h 2006/12/16 09:43:24 1.4 +++ np2/sound/vermouth/midimod.h 2006/12/16 12:11:07 1.5 @@ -32,12 +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 midimod_lock(MIDIMOD hdl); -void midimod_unlock(MIDIMOD hdl); +void VERMOUTHCL midimod_lock(MIDIMOD mod); +void VERMOUTHCL midimod_unlock(MIDIMOD mod); #ifdef __cplusplus }