home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
source
/
luschsrc.sit
/
print.h
< prev
next >
Wrap
Text File
|
1990-05-23
|
408b
|
17 lines
/********************************************************************************
* 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