![[Contents]](../images/toc_d.gif) 
 ![[index]](../images/index.gif) 
 ![[Help]](../images/help_d.gif) 
![[Retrace]](../images/retrace_d.gif) 
 ![[browse <]](../images/prev.gif) 
 ![[Browse >]](../images/next.gif) 
The following are brief descriptions of the ASL library functions.  See
the Amiga ROM Kernel Reference Manual: Includes and Autodocs for details
on each function call.  All of these functions require Release 2 or a
later version of the operating system.
                 Table 16-1: Functions for ASL Requesters
  ________________________________________________________________________
 |                                                                        |
 |           Function                   Description                       |
 |========================================================================|
 |                                                                        |
 |      allocaslrequest()  allocates an asl font or file requester from   |
 |                         a tagitem array                                |
 |  allocaslrequesttags()  same as allocaslrequest() but accepts tags     |
 |                         directly                                       |
 |           aslrequest()  displays an asl requester with options set up  |
 |                         in a TagItem array                             |
 |       aslrequesttags()  same as aslrequest() but accepts tags directly |
 |       freeaslrequest()  deallocates an asl requester created with      |
 |                         AllocAslRequest()                              |
 |________________________________________________________________________|