+2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
+
+ * lib/groupio.c: Remove prototype of putgrent(), add parameter's
+ name of sgetgrent().
+
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>
* NEWS, src/groupmod.c, src/groupadd.c: Add option --password to
#include "commonio.h"
#include "getdef.h"
#include "groupio.h"
-extern int putgrent (const struct group *, FILE *);
-extern struct group *sgetgrent (const char *);
+
+extern struct group *sgetgrent (const char *buf);
static struct commonio_entry *merge_group_entries (struct commonio_entry *,
struct commonio_entry *);