(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/intuition.h>
void InitRequest (requester)
LOCATION
In IntuitionBase at offset 23
SYNOPSIS
struct Requester * requester
FUNCTION
This function is OBSOLETE and should not be called. To preserve compatibility with old programs, calling this function is a no-op.
INPUTS
requester
The struct Requester to be initialized
RESULT
None.
EXAMPLE
SEE ALSO
Request(), EndRequest()
NOTES
This function is obsolete.
BUGS
INTERNALS
HISTORY
01.04.1999 SDuvan
Implemented ;-)
18.01.1999 hkiel
Initial skeleton of functions