add casts to zune macros to silence some warnings
[tangerine.git] / workbench / libs / security / secGetRelationshipA.c
blob90c90e81329f18e5b2fb14af4d38680335b1cea8
1 /*
2 Copyright © 2002-2007, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <stdio.h>
8 #include "security_intern.h"
10 #define DEBUG 1
11 #include <aros/debug.h>
13 /*****************************************************************************
15 NAME */
16 AROS_LH3(ULONG, secGetRelationshipA,
18 /* SYNOPSIS */
19 /* (user, owner, taglist) */
20 AROS_LHA(struct secExtOwner *, user, D0),
21 AROS_LHA(ULONG, owner, D1),
22 AROS_LHA(struct TagItem *, taglist, A0),
25 /* LOCATION */
26 struct Library *, SecurityBase, 23, Security)
28 /* FUNCTION
30 INPUTS
33 RESULT
36 NOTES
39 EXAMPLE
41 BUGS
43 SEE ALSO
46 INTERNALS
48 HISTORY
50 *****************************************************************************/
52 AROS_LIBFUNC_INIT
54 D(bug( DEBUG_NAME_STR "secGetRelationshipA()\n") );;
56 return NULL;
58 AROS_LIBFUNC_EXIT
60 } /* secGetRelationshipA */