/*****************************************************************/ /* */ /* Copyright (c) Quinn-Curtis, 1991, 1992 */ /* */ /* Filename: RTSCREEN.H */ /* Revision: 3.0 */ /* Date: 2/3/92 */ /* */ /* Description: -Routine for Screen Dumps to device or file */ /* */ /*****************************************************************/ #ifdef __cplusplus extern "C" { #endif #ifndef realtype #include "rtstdhdr.h" #include "rtgsubs.h" #endif void rtoutputscreenfile(int prnport, char *fname); void rtsavescreentofile(char *fname, int mode); void rtscreendump(rtstattype *rtwin, int printer, int PrnPort, int res,realtype xm,realtype ym, int rv,int orient, int ff,int *error); #ifdef __cplusplus } #endif