Safer handling of Booleans.
[AROS.git] / workbench / libs / muimaster / staticlib / mui_aslrequesttags.c
blob025a2e64f9cf30dd1a9ca41cd047e5ea34403afb
1 /*
2 Copyright © 2002, The AROS Development Team.
3 All rights reserved.
5 $Id$
6 */
8 #define AROS_TAGRETURNTYPE BOOL
9 #include <utility/tagitem.h>
10 #include <proto/alib.h>
12 /*****************************************************************************
14 NAME */
15 #define NO_INLINE_STDARG /* turn off inline def */
16 #include <proto/muimaster.h>
17 extern struct Library * MUIMasterBase;
19 BOOL MUI_AslRequestTags (
21 /* SYNOPSIS */
22 APTR requester,
23 Tag tag1,
24 ...)
26 /* FUNCTION
28 INPUTS
30 RESULT
32 NOTES
34 EXAMPLE
36 BUGS
38 SEE ALSO
40 INTERNALS
42 HISTORY
44 *****************************************************************************/
46 AROS_SLOWSTACKTAGS_PRE(tag1)
48 retval = MUI_AslRequest(requester, AROS_SLOWSTACKTAGS_ARG(tag1));
50 AROS_SLOWSTACKTAGS_POST
51 } /* MUI_AslRequestTags */