2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
8 #include "security_intern.h"
11 #include <aros/debug.h>
13 /*****************************************************************************
16 AROS_LH3(LONG
, secEnumChildren
,
19 /* (task, kids, size) */
20 AROS_LHA(struct Task
*, task
, A0
),
21 AROS_LHA(struct Task
**, kids
, A1
),
22 AROS_LHA(LONG
, size
, D0
),
25 struct Library
*, SecurityBase
, 36, Security
)
49 *****************************************************************************/
53 D(bug( DEBUG_NAME_STR
"secEnumChildren()\n") );
59 } /* secEnumChildren */