mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-08-09 10:11:34 +02:00
protoize
This commit is contained in:
+1
-4
@@ -45,10 +45,7 @@ struct group *getgrent ();
|
||||
the current process. */
|
||||
|
||||
int
|
||||
getugroups (maxcount, grouplist, username)
|
||||
int maxcount;
|
||||
GETGROUPS_T *grouplist;
|
||||
char *username;
|
||||
getugroups (int maxcount, GETGROUPS_T *grouplist, char *username)
|
||||
{
|
||||
struct group *grp;
|
||||
register char **cp;
|
||||
|
||||
Reference in New Issue
Block a user