--- hatari/src/includes/hdc.h 2019/04/01 07:10:03 1.1 +++ hatari/src/includes/hdc.h 2019/04/01 07:10:20 1.1.1.2 @@ -55,6 +55,8 @@ extern HDCOMMAND HDCCommand; extern short int HDCSectorCount; extern int nPartitions; +extern BOOL HDC_Init(char *filename); +extern void HDC_UnInit(); extern void HDC_WriteCommandPacket(); extern void HDC_DebugCommandPacket(); extern void HDC_EmulateCommandPacket();