2 Copyright © 2009, The AROS Development Team. All rights reserved.
6 #include <libraries/muiscreen.h>
7 #include <exec/nodes.h>
8 #include <proto/exec.h>
10 #include <aros/debug.h>
12 #include "muiscreen_intern.h"
14 /*****************************************************************************
17 #include <proto/muiscreen.h>
19 AROS_LH1(void, MUIS_RemInfoClient
,
22 AROS_LHA(struct MUIS_InfoClient
*, sic
, A0
),
25 struct Library
*, MUIScreenBase_intern
, 14, MUIScreen
)
43 ******************************************************************************/
48 D(bug("MUIS_RemInfoClient(%p)\n", sic
));
50 Remove((struct Node
*) sic
);