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(BOOL
, secSetProtection
,
20 AROS_LHA(STRPTR
, name
, D1
),
21 AROS_LHA(LONG
, mask
, D2
),
24 struct Library
*, SecurityBase
, 15, Security
)
48 *****************************************************************************/
52 D(bug( DEBUG_NAME_STR
"secSetProtection()\n") );;
58 } /* secSetProtection */