]> git.sur5r.net Git - cc65/commitdiff
removed _dio_format prototype
authorcpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 14 Nov 2000 21:16:10 +0000 (21:16 +0000)
committercpg <cpg@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 14 Nov 2000 21:16:10 +0000 (21:16 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@433 b7a2c559-68d2-44c3-8de9-860c34a00d81

include/dio.h

index 8e69dbb2a1b64d834c8b80c8095a45a2b8c4a814..ad5c3df81753efdce53c3cb0565ebe53620021d2 100644 (file)
@@ -49,10 +49,8 @@ typedef struct {
 #define _dio_query_sectsize(x) ((_sectsize_t)256)
 #endif
 
-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 _dhandle_t    __fastcall__ _dio_open(_driveid_t drive_id);
+extern unsigned char __fastcall__ _dio_close(_dhandle_t handle);
 extern unsigned char __fastcall__ _dio_read(_dhandle_t handle,
                                             _sectnum_t sect_num,
                                             void *buffer);