|
|
1.1 root 1: /*
2: Hatari
1.1.1.2 ! root 3:
! 4: function prototypes for pritner.c / Printing interface
! 5:
! 6: cleanedup and corrected by Matthias Arndt <[email protected]>
! 7: 9 Aug 2003
1.1 root 8: */
9:
10: extern void Printer_Init(void);
11: extern void Printer_UnInit(void);
12: extern void Printer_CloseAllConnections(void);
1.1.1.2 ! root 13: extern BOOL Printer_OpenDiscFile(void);
1.1 root 14: extern void Printer_CloseDiscFile(void);
1.1.1.2 ! root 15: extern void Printer_EmptyDiscFile(void);
1.1 root 16: extern void Printer_ResetInternalBuffer(void);
17: extern void Printer_ResetCharsOnLine(void);
18: extern BOOL Printer_EmptyInternalBuffer(void);
1.1.1.2 ! root 19: extern BOOL Printer_ValidByte(unsigned char Byte);
1.1 root 20: extern void Printer_AddByteToInternalBuffer(unsigned char Byte);
1.1.1.2 ! root 21: extern void Printer_AddTabToInternalBuffer(void);
1.1 root 22: extern BOOL Printer_TransferByteTo(unsigned char Byte);
23: extern void Printer_CheckIdleStatus(void);
24:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.