home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / IRIT / POLY3DS.ZIP / POSTSCRP.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-05  |  434 b   |  13 lines

  1. /*****************************************************************************
  2. * Module to handle PostScript output.                         *
  3. *                                         *
  4. * Written by:  Gershon Elber                Ver 1.0, Apr. 1990   *
  5. *****************************************************************************/
  6.  
  7. #ifndef POSTSCRP_H
  8. #define POSTSCRP_H
  9.  
  10. void SavePostScript(FileDescription **FD, int NumOfObjects, char **Objects);
  11.  
  12. #endif  /* POSTSCRP_H */
  13.