--- hatari/src/includes/printer.h 2019/04/01 07:13:41 1.1.1.4 +++ hatari/src/includes/printer.h 2019/04/09 08:52:04 1.1.1.6 @@ -6,7 +6,6 @@ extern void Printer_Init(void); extern void Printer_UnInit(void); -extern void Printer_CloseAllConnections(void); -extern BOOL Printer_TransferByteTo(Uint8 Byte); +extern bool Printer_TransferByteTo(Uint8 Byte); extern void Printer_CheckIdleStatus(void);