/**
 * Scout - The Amiga System Monitor
 *
 *------------------------------------------------------------------
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * any later version.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 *
 * You must not use this source code to gain profit of any kind!
 *
 *------------------------------------------------------------------
 *
 * @author Andreas Gelhausen
 * @author Richard Körber <rkoerber@gmx.de>
 */


/* Prototypes for functions defined in
objects/scout_expansions.c
 */

extern APTR BT_ExpPrint;

extern APTR BT_ExpMore;

extern APTR BT_ExpExit;

extern APTR exptext;

extern APTR explist;

extern APTR expmoretext0;

extern APTR expmoretext1;

extern APTR expmoretext1a;

extern APTR expmoretext2;

extern APTR expmoretext3;

extern APTR expmoretext4;

extern APTR expmoretext5;

extern APTR expmoretext6;

extern APTR expmoretext7;

extern APTR expmoretext8;

extern APTR expmoretext9;

extern APTR expmoretext10;

extern APTR ExpMoreGroup1;

extern APTR ExpMoreGroup2;

extern APTR ExpMoreAdd1;

extern APTR ExpMoreAdd2;

extern struct Remember * ExpRememberKey;

extern UWORD processors;

extern UBYTE customchips;

LONG __asm explist_dspfunc(register __a2 char ** , register __a1 struct ExpEntry * , register __a0 struct Hook * );

extern struct Hook explist_dsphook;

void FreeExpansions(void);

int GetExpansions(struct ExpEntry ** );

void PrintExpansions(char * );

unsigned char * GetProcessorsText(UWORD );

UBYTE * GetCustomChipsText(UBYTE );

void ShowExpansions(void);

void SendExpList(void);

void GetExpansionMore(struct ConfigDev * );

