From: nekral-guest Date: Sun, 31 Aug 2008 17:28:03 +0000 (+0000) Subject: Name the parameters in the prototypes of the static functions. X-Git-Tag: 4.1.3~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81a4edb776335f239a11d1b2425c060e8cb953c6;p=shadow Name the parameters in the prototypes of the static functions. --- diff --git a/src/groups.c b/src/groups.c index f7bbe5cd..cbb7fc11 100644 --- a/src/groups.c +++ b/src/groups.c @@ -45,7 +45,7 @@ static char *Prog; /* local function prototypes */ -static void print_groups (const char *); +static void print_groups (const char *member); /* * print_groups - print the groups which the named user is a member of