Diff for /np2/generic/hostdrvs.h between versions 1.3 and 1.5

version 1.3, 2004/01/10 17:24:01 version 1.5, 2004/01/22 01:10:04
Line 1 Line 1
   
 typedef struct {  typedef struct {
         char    fcbname[12];          char    fcbname[11];
           BYTE    exist;
         UINT    caps;          UINT    caps;
         UINT32  size;          UINT32  size;
         UINT32  attr;          UINT32  attr;
Line 22  typedef struct { Line 23  typedef struct {
 // 一覧取得  // 一覧取得
 LISTARRAY hostdrvs_getpathlist(const char *realpath);  LISTARRAY hostdrvs_getpathlist(const char *realpath);
   
   // ホスト側のフォルダを得る
   BOOL hostdrvs_getrealdir(char *path, int size, char *fcb, char *dospath);
   
 // ホスト側のファイル名を得る  // ホスト側のファイル名を得る
 BOOL hostdrvs_getrealpath(HDRVPATH *hdp, char *dospath);  BOOL hostdrvs_getrealpath(HDRVPATH *hdp, char *dospath);
   
Line 29  BOOL hostdrvs_getrealpath(HDRVPATH *hdp, Line 33  BOOL hostdrvs_getrealpath(HDRVPATH *hdp,
 BOOL hostdrvs_newrealpath(HDRVPATH *hdp, char *dospath);  BOOL hostdrvs_newrealpath(HDRVPATH *hdp, char *dospath);
   
 // ファイルハンドルリスト  // ファイルハンドルリスト
 void hostdrvs_fhdlreopen(LISTARRAY fhdl);  
 void hostdrvs_fhdlallclose(LISTARRAY fhdl);  void hostdrvs_fhdlallclose(LISTARRAY fhdl);
 HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl);  HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl);
   

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


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