/* * PostScript.h -- Header to access PostScript driver. * * Authors : Patrick Lecoanet. * Creation date : Wed Jan 4 11:30:00 1995 * * $Id$ */ /* * Copyright (c) 1995 - 2005 CENA, Patrick Lecoanet -- * * See the file "Copyright" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ #ifndef _PostScript_h #define _PostScript_h #include "List.h" #include "Types.h" #include "Geo.h" #include #include struct _ZnWInfo; int ZnPostScriptCmd(struct _ZnWInfo *wi, int argc, Tcl_Obj *CONST *args); #endif /* _PostScript_h */