home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************************
- * print.h
- *
- * Printing Header
- *
- * Written by Paco Xander Nathan
- * ⌐1990, Motorola Inc. Public domain source code.
- ********************************************************************************/
-
- #define _H_print
-
-
- /* External Function Prototypes
- */
- #ifdef PROTOTYPES
- void PrintDocument (WindowPtr theWindow);
- #endif