home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / luschsrc.sit / print.h.bin / print.h
Encoding:
C/C++ Source or Header  |  1990-01-26  |  408 b   |  17 lines  |  [TEXT/KAHL]

  1. /********************************************************************************
  2.  *    print.h
  3.  *
  4.  *    Printing Header
  5.  *
  6.  *    Written by Paco Xander Nathan
  7.  *    ⌐1990, Motorola Inc.  Public domain source code.
  8.  ********************************************************************************/
  9.  
  10. #define _H_print
  11.  
  12.  
  13. /* External Function Prototypes
  14.  */
  15. #ifdef PROTOTYPES
  16. void PrintDocument (WindowPtr theWindow);
  17. #endif