home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- * Module to handle PostScript output. *
- * *
- * Written by: Gershon Elber Ver 1.0, Apr. 1990 *
- *****************************************************************************/
-
- #ifndef POSTSCRP_H
- #define POSTSCRP_H
-
- void SavePostScript(FileDescription **FD, int NumOfObjects, char **Objects);
-
- #endif /* POSTSCRP_H */
-