Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git] / workbench / libs / muimaster / mui_freeaslrequest.c
blob65bbd34b5bcde3cf684f00af1f689da4758543a6
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 HISTORY
42 *****************************************************************************/
44 AROS_LIBFUNC_INIT
46 FreeAslRequest(requester);
48 AROS_LIBFUNC_EXIT
50 } /* MUIA_FreeAslRequestA */