Split also check_pw_file() and check_spw_file() out of main().

This commit is contained in:
nekral-guest
2008-01-01 15:49:33 +00:00
parent ef2c12e560
commit 3ad9a439d5
2 changed files with 70 additions and 49 deletions

View File

@@ -1,8 +1,9 @@
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>
* src/pwck.c: Split process_flags(), open_files(), and
close_files() out of main(). New global variables is_shadow,
sort_mode, use_system_pw_file, and use_system_spw_file.
* src/pwck.c: Split process_flags(), open_files(), close_files()
check_pw_file(), and check_spw_file() out of main(). New global
variables is_shadow, sort_mode, use_system_pw_file, and
use_system_spw_file.
2008-01-01 Nicolas François <nicolas.francois@centraliens.net>