* libmisc/hushed.c, lib/prototypes.h, src/login.c: Change the

hushed() prototype to take a username instead of a passwd
	structure in argument. The passwd entry is retrieved withing
	hushed().
This commit is contained in:
nekral-guest
2009-04-20 11:48:59 +00:00
parent 87ac185752
commit 1bcf2ffb59
4 changed files with 18 additions and 5 deletions

View File

@ -175,7 +175,7 @@ extern void __gr_set_changed (void);
extern struct group *__gr_dup (const struct group *grent);
/* hushed.c */
extern bool hushed (const struct passwd *pw);
extern bool hushed (const char *username);
/* audit_help.c */
#ifdef WITH_AUDIT