diff --git a/macssh/source/printing/printing.proto.h b/macssh/source/printing/printing.proto.h index ba1085b..cc19c44 100755 --- a/macssh/source/printing/printing.proto.h +++ b/macssh/source/printing/printing.proto.h @@ -5,7 +5,11 @@ short userabort(void); void printGraph(short dnum); void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns, char **charh, short refNum, short useTitle, short theScreen); -void printText(short vs, Str255 Title, short scrn); +void printText(short vs, char **charh, Str255 Title, short scrn); +void printScreen(short vs, Str255 Title, short scrn); +void printSel(short vs, Str255 Title, short scrn); + void PrintPageSetup(void); +void PrintScreen(void); void PrintSelection(void); THPrint PrintSetupRecord(void);