2014-06-05 07:48:45 -04:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
/* passwd.c */
|
2014-06-09 05:51:02 -04:00
|
|
|
int pw_check(struct passwd *, const char *);
|
2014-06-05 07:48:45 -04:00
|
|
|
int pw_copy(int, int, const struct passwd *);
|
2014-06-10 06:38:45 -04:00
|
|
|
int pw_init(void);
|
2014-06-09 05:51:02 -04:00
|
|
|
int pw_scan(char *, struct passwd *);
|