Diff for /np2/fdd/newdisk.h between versions 1.1 and 1.2

version 1.1, 2003/10/16 17:58:27 version 1.2, 2004/01/22 01:10:04
Line 3 Line 3
 extern "C" {  extern "C" {
 #endif  #endif
   
 void newdisk_hdd(const char *fname, UINT hddsize);  
 void newdisk_fdd(const char *fname, BYTE type, const char *label);  void newdisk_fdd(const char *fname, BYTE type, const char *label);
   
   void newdisk_thd(const char *fname, UINT hddsize);
   void newdisk_hdi(const char *fname, UINT hddtype);
   void newdisk_vhd(const char *fname, UINT hddsize);
   
 #ifdef __cplusplus  #ifdef __cplusplus
 }  }
 #endif  #endif

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


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