--- hatari/src/includes/hdc.h 2019/04/09 08:55:44 1.1.1.11 +++ hatari/src/includes/hdc.h 2019/04/09 08:56:57 1.1.1.12 @@ -61,6 +61,7 @@ extern void HDC_ResetCommandStatus(void) extern short int HDC_ReadCommandByte(int addr); extern void HDC_WriteCommandByte(int addr, Uint8 byte); extern int HDC_PartitionCount(FILE *fp, const Uint64 tracelevel); +extern off_t HDC_CheckAndGetSize(const char *filename); void Ncr5380_Reset(void);