diff options
Diffstat (limited to 'src/ckpasswd.c')
-rw-r--r-- | src/ckpasswd.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ckpasswd.c b/src/ckpasswd.c index 04b4b64..e3fed82 100644 --- a/src/ckpasswd.c +++ b/src/ckpasswd.c @@ -252,11 +252,12 @@ output_user(const char *username, bool wantgroup) /* -** Main routine. +** Main routines. ** ** We handle the variences between systems with #if blocks above, so that ** this code can look fairly clean. */ + int main(int argc, char *argv[]) { |