New function check_flags(). Split the validation of

options and arguments out of process_flags.
This commit is contained in:
nekral-guest
2007-12-28 21:04:04 +00:00
parent 605a338216
commit 8dc4ca297c
2 changed files with 13 additions and 5 deletions

View File

@@ -22,6 +22,8 @@
* src/groupadd.c: Avoid implicit brackets.
* src/groupadd.c: Split the processing and checking of options out of
main() (process_flags).
* src/groupadd.c: New function check_flags(). Split the validation of
options and arguments out of process_flags.
* src/groupadd.c: Add the parameters' names in the prototypes.
2007-12-27 Nicolas François <nicolas.francois@centraliens.net>