Fix the do_pam_passwd() prototype (it returns void).

This commit is contained in:
nekral-guest
2008-01-05 15:43:33 +00:00
parent 5a4848c8cc
commit cea5c823a1
2 changed files with 7 additions and 6 deletions

View File

@ -115,7 +115,7 @@ extern struct passwd *get_my_pwent (void);
extern int obscure (const char *, const char *, const struct passwd *);
/* pam_pass.c */
extern int do_pam_passwd (const char *, int, int);
extern void do_pam_passwd (const char *, int, int);
/* port.c */
extern int isttytime (const char *, const char *, time_t);