/*
**	$Id:$
**
**	Copyright (C) 1993,94,95,96,98,99 by Bernardo Innocenti
**
**	Requesters support functions
*/

GLOBALCALL STRPTR	FileRequest				(ULONG freq, STRPTR file);
GLOBALCALL LONG		StartFileRequest		(ULONG freq, void (*func)(STRPTR file, ULONG num, ULONG count));
GLOBALCALL void		HandleFileRequest		(void);
GLOBALCALL LONG		ShowRequestStr			(CONST_STRPTR text, CONST_STRPTR gtext, APTR args);
GLOBALCALL LONG		ShowRequestArgs			(ULONG msg, ULONG gadgets, APTR args);
GLOBALCALL LONG		ShowRequest				(ULONG msg, ULONG gadgets, ...);
GLOBALCALL void		FreeFReq				(void);
GLOBALCALL LONG		SetupRequesters			(void);
GLOBALCALL LONG		ScrModeRequest			(struct ScrInfo *scrinfo);
GLOBALCALL LONG		FontRequest				(struct TextAttr *ta, ULONG flags);

