Diff for /np2/x11/dosio.h between versions 1.10 and 1.11

version 1.10, 2011/01/15 18:55:47 version 1.11, 2011/01/15 19:16:58
Line 3 Line 3
   
 #include <dirent.h>  #include <dirent.h>
   
   G_BEGIN_DECLS
   
 typedef FILE *                  FILEH;  typedef FILE *                  FILEH;
 #define FILEH_INVALID           NULL  #define FILEH_INVALID           NULL
   
Line 54  typedef struct { Line 56  typedef struct {
 } FLINFO;  } FLINFO;
   
   
 #ifdef  __cplusplus  
 extern "C" {  
 #endif  
   
 /* DOSIO:関数の準備 */  /* DOSIO:関数の準備 */
 void dosio_init(void);  void dosio_init(void);
 void dosio_term(void);  void dosio_term(void);
Line 99  void file_cutext(OEMCHAR *path); Line 97  void file_cutext(OEMCHAR *path);
 void file_cutseparator(OEMCHAR *path);  void file_cutseparator(OEMCHAR *path);
 void file_setseparator(OEMCHAR *path, int maxlen);  void file_setseparator(OEMCHAR *path, int maxlen);
   
 #ifdef  __cplusplus  G_END_DECLS
 };  
 #endif  
   
 #endif  /* NP2_X11_DOSIO_H__ */  #endif  /* NP2_X11_DOSIO_H__ */

Removed from v.1.10  
changed lines
  Added in v.1.11


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