fix __AROS_SETVECADDR invocations.
[AROS.git] / tools / flexcat / src / readprefs.h
blob53c49aa1d0965483d5368c65287ebcc72b1c386a
1 /*
2 * $Id$
4 * Copyright (C) 1993-1999 by Jochen Wiedmann and Marcin Orlowski
5 * Copyright (C) 2002-2015 FlexCat Open Source Team
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or (at
10 * your option) any later version.
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 #ifndef FLEXCAT_READPREFS_H
24 #define FLEXCAT_READPREFS_H
26 /* Functions */
27 char ReadPrefs ( void );
29 /* Variables */
30 extern char *prefs_sddir;
31 extern int WarnCTGaps;
32 extern int NoOptim;
33 extern int Fill;
34 extern int DoExpunge;
35 extern int NoBeep;
36 extern int Quiet;
37 extern int LANGToLower;
38 extern int NoBufferedIO;
39 extern int Modified;
40 extern char Msg_New[MAX_NEW_STR_LEN];
41 extern int CopyNEWs;
42 extern char Old_Msg_New[MAX_NEW_STR_LEN];
43 extern char DestCodeset[MAX_NEW_STR_LEN];
45 #endif /* FLEXCAT_READPREFS_H */