Diff for /np2/x11/ini.h between versions 1.1 and 1.2

version 1.1, 2003/11/16 16:43:45 version 1.2, 2003/11/28 16:29:57
Line 38  extern "C" { Line 38  extern "C" {
 #endif  #endif
   
 void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count);  void ini_read(const char *path, const char *title, const INITBL *tbl, UINT count);
 void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count);  void ini_write(const char *path, const char *title, const INITBL *tbl, UINT count, BOOL create);
   
 void initload(void);  void initload(void);
 void initsave(void);  void initsave(void);

Removed from v.1.1  
changed lines
  Added in v.1.2


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