Remove prototypes for __gr_dup() and __gr_set_changed().

This commit is contained in:
nekral-guest 2008-01-06 13:52:21 +00:00
parent e5b7987764
commit ee268550d9
2 changed files with 2 additions and 2 deletions

View File

@ -126,6 +126,8 @@
* lib/groupio.c: Remove prototype for sgetgrent().
* lib/groupio.c: Add the name of the parameters for
merge_group_entries() and split_groups().
* lib/groupio.h: Remove prototypes for __gr_dup() and
__gr_set_changed().
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>

View File

@ -1,5 +1,3 @@
extern struct group *__gr_dup (const struct group *);
extern void __gr_set_changed (void);
extern int gr_close (void);
extern const struct group *gr_locate (const char *);
extern int gr_lock (void);