ubase/passwd.h
sin 924fc8449b Disable core dumps in case passwd(1) crashes
Avoids leaking the shadow db.
2014-06-10 11:44:33 +01:00

7 lines
221 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_init(void);
int pw_scan(char *, struct passwd *);