added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / mui_freeaslrequest.c
blob8bd7de58fb8f7f85dd2e0f2eeae6013e52b6b91a
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
24 INPUTS
26 RESULT
28 NOTES
30 EXAMPLE
32 BUGS
33 The function itself is a bug ;-) Remove it!
35 SEE ALSO
37 INTERNALS
39 HISTORY
41 *****************************************************************************/
43 AROS_LIBFUNC_INIT
45 FreeAslRequest(requester);
47 AROS_LIBFUNC_EXIT
49 } /* MUIA_FreeAslRequestA */