2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of AslRequestA()
8 #define AROS_TAGRETURNTYPE BOOL
9 #include <utility/tagitem.h>
12 /*****************************************************************************
15 #include <libraries/asl.h>
16 #include <proto/asl.h>
17 extern struct Library
*AslBase
;
18 #undef AslRequestTags /* Get rid of the macro from inline/ */
28 This is the varargs version of the asl.library AslRequest().
29 For information see asl.library/AslRequest().
32 requester - Pointer to requester returned by AllocAslRequest().
33 tag1 - TagList of extra arguments.
47 23-03-2000 bernie Wrote.
49 *****************************************************************************/
51 AROS_SLOWSTACKTAGS_PRE(tag1
)
53 retval
= AslRequest(requester
, AROS_SLOWSTACKTAGS_ARG(tag1
));
55 AROS_SLOWSTACKTAGS_POST
56 } /* AslRequestTags */