2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
8 #include "security_intern.h"
11 #include <aros/debug.h>
13 /*****************************************************************************
16 AROS_LH2(struct muGroupInfo
*, secGetGroupInfo
,
20 AROS_LHA(struct muGroupInfo
*, info
, A0
),
21 AROS_LHA(ULONG
, keytype
, D0
),
24 struct Library
*, SecurityBase
, 27, Security
)
48 *****************************************************************************/
52 D(bug( DEBUG_NAME_STR
"secGetGroupInfo()\n") );;
58 } /* secGetGroupInfo */