/* $Revision Header *** Header built automatically - do not edit! ***********
 *
 *	(C) Copyright 1991 by Metalworx
 *
 *	Name .....: exlibprotos.h
 *	Created ..: Sun 27-Oct-91 12:12
 *	Revision .: 5
 *
 *	Date		Author		Comment
 *	=========	========	====================
 *	12-Jul-92	Mtwx		neuer Prototyp für Shadowbox()
 *	29-Apr-92	Mtwx		Prototyp für TestFile()
 *	11-Feb-92	Mtwx		Prototyp f. Shadowbox()
 *	28-Nov-91	Mtwx		Prototyp f. CreaFuncProc
 *	16-Nov-91	Mtwx		Prototyp f. DispAlert()
 *	06-Aug-91	Mtwx		Created this file!
 *
 * $Revision Header ********************************************************/
 #define REVISION 5

/***************************************************************************
* exlibprotos.h: enthält Prototypen für die ex.lib			   *
***************************************************************************/

#ifndef EX_LIB_PROTOS
#define EX_LIB_PROTOS

#include <intuition/intuition.h>

/* ex.lib */
struct Process *CreaFuncProc(STRPTR name,long pri,void (*function)(),
			     long stacksize);
BOOL DispAlert(long,char*,char*);
struct WNachricht get_simpleinputs(struct Window*);
struct Window *Messagewin(struct Screen *,char *, char *, int);
void Print(struct Window*,char *,int fcol, int bcol, int x, int y);
void ReqBlock(struct Requester *,int col,int x, int y, int width,
	      int height);
void Shadowbox(struct Window*,int hicol,int locol,int x,int y,int width,
	       int height,char *Text,int tcol,int bcol);
void shellsort(char *feld[],int, int (*compare)(void *, void *));
BOOL TestFile(char*);
void Waitpointer_On(struct Window*,USHORT Type);
void Waitpointer_Off(struct Window*);
void WrConWin(long,char*);

#endif
