passwd.h - ubase - suckless linux base utils
 (HTM) git clone git://git.suckless.org/ubase
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) 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);