childs -> children.
[AROS.git] / workbench / libs / muiscreen / reminfoclient.c
blob9ad7e1f17f07b5f66fbafddcc5b3b862be158b2d
1 /*
2 Copyright © 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <libraries/muiscreen.h>
7 #include <exec/nodes.h>
8 #include <proto/exec.h>
9 #define DEBUG 1
10 #include <aros/debug.h>
12 #include "muiscreen_intern.h"
14 /*****************************************************************************
16 NAME */
17 #include <proto/muiscreen.h>
19 AROS_LH1(void, MUIS_RemInfoClient,
21 /* SYNOPSIS */
22 AROS_LHA(struct MUIS_InfoClient *, sic, A0),
24 /* LOCATION */
25 struct Library *, MUIScreenBase_intern, 14, MUIScreen)
27 /* FUNCTION
29 INPUTS
31 RESULT
33 NOTES
35 EXAMPLE
37 BUGS
39 SEE ALSO
41 INTERNALS
43 ******************************************************************************/
46 AROS_LIBFUNC_INIT
48 D(bug("MUIS_RemInfoClient(%p)\n", sic));
50 Remove((struct Node*) sic);
52 AROS_LIBFUNC_EXIT