morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

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