summaryrefslogtreecommitdiff
path: root/print.h
diff options
context:
space:
mode:
Diffstat (limited to 'print.h')
-rw-r--r--print.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/print.h b/print.h
index 0dc94df..e098531 100644
--- a/print.h
+++ b/print.h
@@ -36,8 +36,11 @@ in this Software without prior written authorization from The Open Group.
#include <X11/XprintUtil/xprintutil.h>
/* Prototypes */
-void DoPrint(Widget toplevel,
+void DoPrint(const char *programname,
+ Widget textsource,
+ Widget toplevel,
Display *pdpy, XPContext pcontext,
+ XtCallbackProc printDisplayDestroyCallback,
const char *jobTitle,
const char *toFile);