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

version 1.2, 2003/11/28 16:29:57 version 1.5, 2011/01/15 19:16:58
Line 1 Line 1
 #ifndef NP2_X11_INI_H__  #ifndef NP2_X11_INI_H__
 #define NP2_X11_INI_H__  #define NP2_X11_INI_H__
   
   G_BEGIN_DECLS
   
 enum {  enum {
         INITYPE_STR             = 0,          INITYPE_STR             = 0,
         INITYPE_BOOL,          INITYPE_BOOL,
           INITYPE_BITMAP,
         INITYPE_ARGS16,          INITYPE_ARGS16,
         INITYPE_ARGH8,          INITYPE_ARGH8,
         INITYPE_SINT8,          INITYPE_SINT8,
Line 19  enum { Line 22  enum {
         INITYPE_KB,          INITYPE_KB,
         INITYPE_USER,          INITYPE_USER,
         INITYPE_SNDDRV,          INITYPE_SNDDRV,
           INITYPE_INTERP,
         INITYPE_MASK            = 0xff,          INITYPE_MASK            = 0xff,
   
         INIFLAG_RO              = 0x0100,          INIFLAG_RO              = 0x0100,
Line 33  typedef struct { Line 37  typedef struct {
         const UINT32    arg;          const UINT32    arg;
 } INITBL;  } INITBL;
   
 #ifdef __cplusplus  
 extern "C" {  
 #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, BOOL create);  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);
   
 #ifdef __cplusplus  G_END_DECLS
 }  
 #endif  
   
 #endif  /* NP2_X11_INI_H__ */  #endif  /* NP2_X11_INI_H__ */

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


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