From e03fc9bc82736d9c78979c8cee7e1486fd1fb37c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 13 Mar 1998 15:25:49 +0000 Subject: protoize --- lib/getugroups.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/getugroups.c') diff --git a/lib/getugroups.c b/lib/getugroups.c index 7b99d649b..afa425b6e 100644 --- a/lib/getugroups.c +++ b/lib/getugroups.c @@ -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; -- cgit v1.2.3-54-g00ecf