--- np2/sound/vermouth/midimod.h 2005/03/18 09:23:11 1.3 +++ np2/sound/vermouth/midimod.h 2006/12/16 09:43:24 1.4 @@ -36,6 +36,9 @@ BRESULT cfgfile_getfile(MIDIMOD mod, con OEMCHAR *path, int size); BRESULT cfgfile_load(MIDIMOD mod, const OEMCHAR *filename, int depth); +void midimod_lock(MIDIMOD hdl); +void midimod_unlock(MIDIMOD hdl); + #ifdef __cplusplus } #endif