Remove prototypes for __gr_dup() and __gr_set_changed().
This commit is contained in:
parent
e5b7987764
commit
ee268550d9
@ -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>
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user