ubase/passwd.h
2014-06-09 11:12:53 +01:00

6 lines
202 B
C

/* See LICENSE file for copyright and license details. */
/* passwd.c */
int pw_check(struct passwd *, const char *);
int pw_copy(int, int, const struct passwd *);
int pw_scan(char *, struct passwd *);