From 81a4edb776335f239a11d1b2425c060e8cb953c6 Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Sun, 31 Aug 2008 17:28:03 +0000 Subject: [PATCH] Name the parameters in the prototypes of the static functions. --- src/groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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