* Remove prototype for sgetgrent().

* Add the name of the parameters for merge_group_entries() and split_groups().
This commit is contained in:
nekral-guest
2008-01-06 13:38:16 +00:00
parent 9d6d2de4d3
commit 1d63dfd1d4
2 changed files with 6 additions and 5 deletions

View File

@@ -115,6 +115,9 @@
__gr_get_head(), __sgr_del_entry(), and __sgr_get_head().
* src/pwck.c: Remove prototypes for __pw_del_entry(),
__pw_get_head(), __spw_del_entry(), and __spw_get_head().
* lib/groupio.c: Remove prototype for sgetgrent().
* lib/groupio.c: Add the name of the parameters for
merge_group_entries() and split_groups().
2008-01-05 Nicolas François <nicolas.francois@centraliens.net>