Remove prototype of putgrent(), add parameter's name of sgetgrent().

This commit is contained in:
nekral-guest 2008-01-05 14:35:13 +00:00
parent f8a95f7ca1
commit 6cf5b05493
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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

View File

@ -8,8 +8,8 @@
#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 *);