Diff for /np2/macosx/ini.h between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2003/10/16 17:59:39 version 1.4, 2004/02/16 05:31:31
Line 12  enum { Line 12  enum {
         INITYPE_HEX8,          INITYPE_HEX8,
         INITYPE_HEX16,          INITYPE_HEX16,
         INITYPE_HEX32,          INITYPE_HEX32,
         INITYPE_USER          INITYPE_USERKEY,
           INITYPE_USER,
           INITYPE_ARGS16
 };  };
   
 typedef struct {  typedef struct {
Line 28  extern "C" { Line 30  extern "C" {
 #endif  #endif
   
 void ini_read(const char *path, const char *title,  void ini_read(const char *path, const char *title,
                                                                                         const INITBL *tbl, UINT count);                                                                  const INITBL *tbl, UINT count);
 void ini_write(const char *path, const char *title,  void ini_write(const char *path, const char *title,
                                                                                         const INITBL *tbl, UINT count);                                                                  const INITBL *tbl, UINT count, BOOL create);
   
 void initload(void);  void initload(void);
 void initsave(void);  void initsave(void);

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


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