--- hatari/src/includes/printer.h 2019/04/01 07:11:30 1.1.1.2 +++ hatari/src/includes/printer.h 2019/04/01 07:12:40 1.1.1.3 @@ -1,18 +1,15 @@ /* - Hatari + Hatari - printer.h function prototypes for pritner.c / Printing interface - - cleanedup and corrected by Matthias Arndt - 9 Aug 2003 */ extern void Printer_Init(void); extern void Printer_UnInit(void); extern void Printer_CloseAllConnections(void); -extern BOOL Printer_OpenDiscFile(void); -extern void Printer_CloseDiscFile(void); -extern void Printer_EmptyDiscFile(void); +extern BOOL Printer_OpenFile(void); +extern void Printer_CloseFile(void); +extern void Printer_EmptyFile(void); extern void Printer_ResetInternalBuffer(void); extern void Printer_ResetCharsOnLine(void); extern BOOL Printer_EmptyInternalBuffer(void);