]> granicus.if.org Git - shadow/commitdiff
Name the parameters in the prototypes of the static functions.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:28:03 +0000 (17:28 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Sun, 31 Aug 2008 17:28:03 +0000 (17:28 +0000)
src/groups.c

index f7bbe5cd9ee18d627bd47df369df51acab56327e..cbb7fc118689b1660f5d4542a024948510a4ee6e 100644 (file)
@@ -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