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
)
34 The function itself is a bug ;-) Remove it!
42 *****************************************************************************/
46 return AllocAslRequest(reqType
,tagList
);
50 } /* MUIA_AllocAslRequest */