(C) 1998 AROS - The Amiga Research OS
NAME
#include <proto/asl.h>
void FreeAslRequest (requester)
LOCATION
In AslBase at offset 9
SYNOPSIS
APTR requester
FUNCTION
Frees a requester that was allocated with AllocAslRequest().
INPUTS
requester
The requester that is to be freed.
RESULT
EXAMPLE
SEE ALSO
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
15.09.1997 srittau
Added some comments
Changed some of the include files
13.09.1997 nlorentz
Initial revision