2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: Varargs version of amigaguide.library/RemoveAmigaGuideHostA()
9 #define AROS_TAGRETURNTYPE LONG
10 #include <utility/tagitem.h>
12 /*****************************************************************************
15 #define NO_INLINE_STDARG /* turn off inline def */
16 #include <proto/amigaguide.h>
18 LONG
RemoveAmigaGuideHost (
26 This is the varargs version of amigaguide.library/RemoveAmigaGuideHostA().
27 For information see amigaguide.library/RemoveAmigaGuideHostA().
40 amigaguide.library/RemoveAmigaGuideHostA()
46 *****************************************************************************/
48 AROS_SLOWSTACKTAGS_PRE(tag1
)
49 retval
= RemoveAmigaGuideHostA (key
, AROS_SLOWSTACKTAGS_ARG(tag1
));
50 AROS_SLOWSTACKTAGS_POST
51 } /* RemoveAmigaGuideHost */