1 /* $Id: printUtils.h,v 1.5 2001/11/22 21:01:05 amai Exp $ */
2 /* Maximum length of an error returned by IssuePrintCommand() */
3 #define MAX_PRINT_ERROR_LENGTH 1024
5 #define DESTINATION_REMOTE 1
6 #define DESTINATION_LOCAL 2
8 void LoadPrintPreferences(XrmDatabase prefDB
, const char *appName
,
9 const char *appClass
, int lookForFlpr
);
12 void PrintFile(Widget parent
, const char *PrintFileName
, const char *jobName
, int delete);
14 void PrintFile(Widget parent
, const char *PrintFileName
, const char *jobName
);