Initial import of the CDE 2.1.30 sources from the Open Group.
[oweals/cde.git] / cde / programs / dtpdm / PrinterBox.h
1 /* $XConsortium: PrinterBox.h /main/2 1996/08/12 18:43:20 cde-hp $ */
2 /*
3  * dtpdm/PrinterBox.h
4  */
5 /*
6  * (c) Copyright 1996 Digital Equipment Corporation.
7  * (c) Copyright 1996 Hewlett-Packard Company.
8  * (c) Copyright 1996 International Business Machines Corp.
9  * (c) Copyright 1996 Sun Microsystems, Inc.
10  * (c) Copyright 1996 Novell, Inc. 
11  * (c) Copyright 1996 FUJITSU LIMITED.
12  * (c) Copyright 1996 Hitachi.
13  */
14 #ifndef _pdmPrinterBox_h
15 #define _pdmPrinterBox_h
16
17 #include "MainWindow.h"
18
19 /*
20  * public PdmPrinterBox methods
21  */
22 extern PdmSetupBox* PdmPrinterBoxNew(void);
23
24
25 #endif /* _pdmPrinterBox_h */
26