Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / mui_freeaslrequest.c
blob1b8c5af4a10560e6641c331f5631540e6a7f342c
1 /*
2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/muimaster.h>
7 #include <proto/asl.h>
9 #include "muimaster_intern.h"
11 /*****************************************************************************
13 NAME */
14 AROS_LH1(VOID, MUI_FreeAslRequest,
16 /* SYNOPSIS */
17 AROS_LHA(APTR, requester, A0),
19 /* LOCATION */
20 struct Library *, MUIMasterBase, 10, MUIMaster)
22 /* FUNCTION
23 Interface to asl.library
25 INPUTS
27 RESULT
29 NOTES
31 EXAMPLE
33 BUGS
35 SEE ALSO
36 asl.library/FreeAslRequest()
38 INTERNALS
40 *****************************************************************************/
42 AROS_LIBFUNC_INIT
44 FreeAslRequest(requester);
46 AROS_LIBFUNC_EXIT
48 } /* MUIA_FreeAslRequestA */