2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
6 #include <proto/muimaster.h>
9 #include "muimaster_intern.h"
11 /*****************************************************************************
14 AROS_LH2(APTR
, MUI_AllocAslRequest
,
17 AROS_LHA(unsigned long, reqType
, D0
),
18 AROS_LHA(struct TagItem
*, tagList
, A0
),
21 struct Library
*, MUIMasterBase
, 8, MUIMaster
)
24 Interface to asl.library.
27 see asl.library/AllocAslRequest()
39 asl.library/AllocAslRequest()
43 *****************************************************************************/
47 return AllocAslRequest(reqType
, tagList
);
51 } /* MUIA_AllocAslRequest */