Replaced Exit() by exit() because Exit() is like abort().
[AROS-Contrib.git] / scout / source / scout.h
bloba869cedd88cc1512a20bd04cb46411224545eb4f
1 /**
2 * Scout - The Amiga System Monitor
4 *------------------------------------------------------------------
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 *------------------------------------------------------------------
22 * @author Andreas Gelhausen
23 * @author Richard Körber <rkoerber@gmx.de>
27 /* Prototypes for functions defined in
28 scout.c
31 extern struct Library * MUIMasterBase;
33 extern struct Task * myprocess;
35 extern struct MsgPort * myarexxport;
37 extern struct MsgPort *ScoutPort;
39 extern STRPTR portname;
41 extern APTR AP_Scout;
43 extern APTR WI_Main;
45 extern APTR globalPool;
47 extern CONST_STRPTR decimalSeparator;
48 extern struct Locale *currentLocale;
50 ULONG scout_main( void );
52 #if !defined(__AROS__)
53 extern void kprintf(const char *,...);
54 #endif
56 extern BOOL amigaOS4;
57 extern BOOL morphOS;
58 extern BOOL arOS;