Annotation of hatari/src/includes/printer.h, revision 1.1.1.3

1.1       root        1: /*
1.1.1.3 ! root        2:   Hatari - printer.h
1.1.1.2   root        3: 
                      4:   function prototypes for pritner.c / Printing interface
1.1       root        5: */
                      6: 
                      7: extern void Printer_Init(void);
                      8: extern void Printer_UnInit(void);
                      9: extern void Printer_CloseAllConnections(void);
1.1.1.3 ! root       10: extern BOOL Printer_OpenFile(void);
        !            11: extern void Printer_CloseFile(void);
        !            12: extern void Printer_EmptyFile(void);
1.1       root       13: extern void Printer_ResetInternalBuffer(void);
                     14: extern void Printer_ResetCharsOnLine(void);
                     15: extern BOOL Printer_EmptyInternalBuffer(void);
1.1.1.2   root       16: extern BOOL Printer_ValidByte(unsigned char Byte);
1.1       root       17: extern void Printer_AddByteToInternalBuffer(unsigned char Byte);
1.1.1.2   root       18: extern void Printer_AddTabToInternalBuffer(void);
1.1       root       19: extern BOOL Printer_TransferByteTo(unsigned char Byte);
                     20: extern void Printer_CheckIdleStatus(void);
                     21: 

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.