passwd.h - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
passwd.h (143B) | |
--- | |
1 /* See LICENSE file for copyright and license details. */ | |
2 /* passwd.c */ | |
3 int pw_check(const struct passwd *, const char *); | |
4 int pw_init(void); |