Index: io/io_win32.c
===================================================================
RCS file: /cvs/public/parrot/io/io_win32.c,v
retrieving revision 1.26
diff -u -r1.26 io_win32.c
--- io/io_win32.c       9 Aug 2003 07:22:22 -0000       1.26
+++ io/io_win32.c       10 Aug 2003 02:18:55 -0000
@@ -53,7 +53,7 @@
 INTVAL PIO_win32_puts(theINTERP, ParrotIOLayer *l, ParrotIO *io,
                       const char *s);
 INTVAL PIO_win32_seek(theINTERP, ParrotIOLayer *l, ParrotIO *io,
-                      INTVAL hi, INTVAL lo, INTVAL whence);
+                      PIOOFF_T off, INTVAL whence);
 PIOOFF_T PIO_win32_tell(theINTERP, ParrotIOLayer *l, ParrotIO *io);