Diff for /xmil/palm/dosio.h between versions 1.1 and 1.2

version 1.1, 2005/02/07 16:56:32 version 1.2, 2005/02/26 03:59:50
Line 79  FILEH file_create_c(const char *path); Line 79  FILEH file_create_c(const char *path);
 short file_delete_c(const char *path);  short file_delete_c(const char *path);
 short file_attr_c(const char *path);  short file_attr_c(const char *path);
   
 //FLISTH file_list1st(const char *dir, FLINFO *fli);  
 //BOOL file_listnext(FLISTH hdl, FLINFO *fli);  
 //void file_listclose(FLISTH hdl);  
 //BOOL getLongFileName(char *dst, const char *path);  
   
 #define file_cpyname(a, b, c)   milstr_ncpy(a, b, c)  #define file_cpyname(a, b, c)   milstr_ncpy(a, b, c)
 void file_catname(char *path, const char *sjis, int maxlen);  void file_catname(char *path, const char *sjis, int maxlen);
 #define file_cmpname(a, b)              milstr_cmp(a, b)  #define file_cmpname(a, b)              milstr_cmp(a, b)

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


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