home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / printing / printing.proto.h < prev   
Encoding:
Text File  |  1994-04-14  |  383 b   |  12 lines  |  [TEXT/CWIE]

  1.  
  2. /* printing.c */
  3. void    PrintingUnload(void);
  4. short userabort(void);
  5. void printGraph(short dnum);
  6. void printPages(TPPrPort prPort, THPrint PrPrintRec, Str255 Title, short columns,
  7.                 char **charh, short refNum, short useTitle, short theScreen);
  8. void printText(short vs, Str255 Title, short scrn);
  9. void PrintPageSetup(void);
  10. void PrintSelection(void);
  11. THPrint PrintSetupRecord(void);
  12.