From 394e96c30d87613fc733167297d1bf594d5e5035 Mon Sep 17 00:00:00 2001 From: germeier Date: Mon, 23 Sep 2002 22:38:03 +0000 Subject: read spare area from external memory too display progress for internal and external memory a few code clean ups and checks renamed debug_memory to dump_memory and dump more memory areas now a lot of little changes and updates --- libmpio/io.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpio/io.h') diff --git a/libmpio/io.h b/libmpio/io.h index 9eb6217..cd8b70c 100644 --- a/libmpio/io.h +++ b/libmpio/io.h @@ -2,7 +2,7 @@ /* * - * $Id: io.h,v 1.7 2002/09/18 22:18:29 germeier Exp $ + * $Id: io.h,v 1.8 2002/09/23 22:38:03 germeier Exp $ * * Library for USB MPIO-* * @@ -54,6 +54,6 @@ int mpio_io_block_delete(mpio_t *, BYTE, mpio_fatentry_t *); /* */ int mpio_io_spare_read (mpio_t *, BYTE, DWORD, BYTE, BYTE, BYTE *, int, - BYTE (*)(int, int)); + mpio_callback_init_t); #endif /* _MPIO_IO_H_ */ -- cgit v1.2.3