Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / libs / reqtools / stubs / rtallocrequest.c
blob8404c793efc4382435ffaaa0abcc2f051bd7b2a3
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc:
6 Lang: english
7 */
9 #define AROS_TAGRETURNTYPE APTR
10 #include <utility/tagitem.h>
12 #define NO_INLINE_STDARG /* turn off inline def */
13 #include <proto/reqtools.h>
15 extern struct ReqToolsBase * ReqToolsBase;
17 /*****************************************************************************
19 NAME */
20 APTR rtAllocRequest (
22 /* SYNOPSIS */
23 ULONG type,
24 Tag tag1,
25 ...)
27 /* FUNCTION
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 HISTORY
45 *****************************************************************************/
47 AROS_SLOWSTACKTAGS_PRE(tag1)
49 retval = rtAllocRequestA(type, AROS_SLOWSTACKTAGS_ARG(tag1));
51 AROS_SLOWSTACKTAGS_POST
53 } /* rtAllocRequest */