8fdc7d70bd
... rewrite parts to use libc functions (supported by musl and glibc).
5 lines
143 B
C
5 lines
143 B
C
/* See LICENSE file for copyright and license details. */
|
|
/* passwd.c */
|
|
int pw_check(const struct passwd *, const char *);
|
|
int pw_init(void);
|