kernel.resource: Make includes part of compiler-includes
[AROS.git] / workbench / prefs / icontrol / prefs.h
blob840caec867dfd34dfedc07f86ec92bd0cbdef1e7
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/icontrol.h>
13 #include <dos/dos.h>
15 /*********************************************************************************************/
17 BOOL Prefs_HandleArgs(STRPTR from, BOOL use, BOOL save);
18 BOOL Prefs_ImportFH(BPTR fh);
19 BOOL Prefs_ExportFH(BPTR fh);
20 BOOL Prefs_Default(VOID);
22 /*********************************************************************************************/
24 extern struct IControlPrefs icontrolprefs;
26 /*********************************************************************************************/
28 #endif /* _PREFS_H_ */