Test initialisation of MUIA_List_AdjustWidth and MUIA_List_AdjustHeight, and
[AROS.git] / workbench / libs / reqtools / stubs / rtfilerequest.c
blob7e082664818c93c12bef25088e646c11f8c5e622
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>
11 #include <libraries/reqtools.h>
13 #define NO_INLINE_STDARG /* turn off inline def */
14 #include <proto/reqtools.h>
16 extern struct ReqToolsBase * ReqToolsBase;
18 /*****************************************************************************
20 NAME */
21 APTR rtFileRequest (
23 /* SYNOPSIS */
24 struct rtFileRequester * filereq,
25 char *file,
26 const char *title,
27 Tag tag1,
28 ...)
30 /* FUNCTION
32 INPUTS
34 RESULT
36 NOTES
38 EXAMPLE
40 BUGS
42 SEE ALSO
44 INTERNALS
46 HISTORY
48 *****************************************************************************/
50 AROS_SLOWSTACKTAGS_PRE(tag1)
52 retval = rtFileRequestA(filereq, file, title, AROS_SLOWSTACKTAGS_ARG(tag1));
54 AROS_SLOWSTACKTAGS_POST
56 } /* rtFileRequest */