2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
8 #include "security_intern.h"
11 #include <aros/debug.h>
13 /*****************************************************************************
16 AROS_LH4(APTR
, secContextLocate
,
19 /* (module, id, caller, size) */
20 AROS_LHA(secPluginModule
*, module
, A0
),
21 AROS_LHA(ULONG
, id
, D0
),
22 AROS_LHA(struct Task
*, caller
, A1
),
23 AROS_LHA(ULONG
, size
, D1
),
26 struct Library
*, SecurityBase
, 52, Security
)
50 *****************************************************************************/
54 D(bug( DEBUG_NAME_STR
"secContextLocate()\n") );
60 } /* secContextLocate */