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