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(ULONG
, secGetRelationshipA
,
19 /* (user, owner, taglist) */
20 AROS_LHA(struct secExtOwner
*, user
, D0
),
21 AROS_LHA(ULONG
, owner
, D1
),
22 AROS_LHA(struct TagItem
*, taglist
, A0
),
26 struct Library
*, SecurityBase
, 23, Security
)
50 *****************************************************************************/
54 D(bug( DEBUG_NAME_STR
"secGetRelationshipA()\n") );;
60 } /* secGetRelationshipA */