X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffileio.h;fp=src%2Ffileio.h;h=e7a15bc4127b8b26e14dc6701aeb16ea2229ebc2;hb=c970c23a2e5c531cfc66642dfc5ff48a0655f14f;hp=db11d87edbfdb47aaba6e8a370117192e5772093;hpb=efc3eeaa6f1b4147bc7747ec8691720f7f8daeeb;p=apple2 diff --git a/src/fileio.h b/src/fileio.h index db11d87..e7a15bc 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -99,7 +99,7 @@ struct WOZ2 }; // Exported functions -uint8_t * ReadFile(const char * filename, uint32_t * size); +uint8_t * ReadFile(const char * filename, uint32_t * sizePtr = NULL); void InitWOZ2Headers(WOZ2 &); uint8_t * InitWOZ(uint32_t * pSize = NULL); uint8_t * UpconvertWOZ1ToWOZ2(uint8_t * woz1Data, uint32_t woz1Size, uint32_t * newSize);