ubase/passwd.h
Hiltjo Posthuma 8fdc7d70bd passwd: fix /etc/passwd support, ...
... rewrite parts to use libc functions (supported by musl and glibc).
2014-07-14 11:14:36 +01:00

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);