Welcome to eurozone!
[AROS.git] / workbench / prefs / serial / prefs.h
blob0afe86e4b1b56ff554d27bc766f85fe010002417
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/serial.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 SerialPrefs serialprefs;
26 /*********************************************************************************************/
28 #endif /* _PREFS_H_ */