use for all targets
[AROS.git] / workbench / prefs / printer / prefs.h
blob0753836fe5828899d9b17d2a0dc31257fd3ae3af
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: English
7 */
9 #ifndef _PREFS_H_
10 #define _PREFS_H_
12 #include <prefs/printertxt.h>
13 #include <prefs/printergfx.h>
14 #include <dos/dos.h>
16 /*********************************************************************************************/
18 BOOL Prefs_HandleArgs(STRPTR from, BOOL use, BOOL save);
19 BOOL Prefs_ImportFH(BPTR fh);
20 BOOL Prefs_ExportFH(BPTR fh);
21 BOOL Prefs_Default(int printer_unit);
23 /*********************************************************************************************/
25 extern struct PrinterPrefs {
26 struct PrinterTxtPrefs pp_Txt;
27 struct PrinterUnitPrefs pp_Unit;
28 struct PrinterDeviceUnitPrefs pp_DeviceUnit;
29 struct PrinterGfxPrefs pp_Gfx;
30 } printerprefs;
32 /*********************************************************************************************/
34 #endif /* _PREFS_H_ */