2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
8 #include "security_intern.h"
11 #include <aros/debug.h>
13 /*****************************************************************************
16 AROS_LH1(ULONG
, secGetDefProtection
,
20 AROS_LHA(struct Task
*, task
, D0
),
23 struct Library
*, SecurityBase
, 14, Security
)
47 *****************************************************************************/
50 AROS_LIBBASE_EXT_DECL(struct Library
*, SecurityBase
)
52 D(bug( DEBUG_NAME_STR
"secGetDefProtection()\n") );;
58 } /* secGetDefProtection */