removed _dio_format prototype

git-svn-id: svn://svn.cc65.org/cc65/trunk@433 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
cpg
2000-11-14 21:16:10 +00:00
parent 12996ee12b
commit bfff0af539

View File

@@ -51,8 +51,6 @@ typedef struct {
extern _dhandle_t __fastcall__ _dio_open(_driveid_t drive_id);
extern unsigned char __fastcall__ _dio_close(_dhandle_t handle);
extern unsigned char __fastcall__ _dio_format(_dhandle_t handle,
unsigned int format);
extern unsigned char __fastcall__ _dio_read(_dhandle_t handle,
_sectnum_t sect_num,
void *buffer);