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(int, secsetreuid
,
20 AROS_LHA(int, ruid
, D0
),
21 AROS_LHA(int, euid
, D1
),
24 struct Library
*, SecurityBase
, 45, Security
)
48 *****************************************************************************/
52 D(bug( DEBUG_NAME_STR
"secsetreuid()\n") );;