Diff for /np2/sound/vermouth/midimod.h between versions 1.4 and 1.5

version 1.4, 2006/12/16 09:43:24 version 1.5, 2006/12/16 12:11:07
Line 32  typedef struct { Line 32  typedef struct {
 extern "C" {  extern "C" {
 #endif  #endif
   
 BRESULT cfgfile_getfile(MIDIMOD mod, const OEMCHAR *filename,  BRESULT VERMOUTHCL midimod_getfile(MIDIMOD mod, const OEMCHAR *filename,
                                                                                                         OEMCHAR *path, int size);                                                                                                          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);
 void midimod_lock(MIDIMOD hdl);  
 void midimod_unlock(MIDIMOD hdl);  
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }

Removed from v.1.4  
changed lines
  Added in v.1.5


RetroPC.NET-CVS <cvs@retropc.net>