X-Git-Url: https://git.cameronkatri.com/pw-darwin.git/blobdiff_plain/23971dd8b6775706a0462efe817e02ab9a876078..e9e9b3528bf75d192d0a273a1d3f7e11a83103f7:/pw/pw.h diff --git a/pw/pw.h b/pw/pw.h index b389f12..05a51c2 100644 --- a/pw/pw.h +++ b/pw/pw.h @@ -93,6 +93,7 @@ int groupadd(struct userconf *, char *name, gid_t id, char *members, int fd, int nis_update(void); int boolean_val(char const * str, int dflt); +int passwd_val(char const * str, int dflt); char const *boolean_str(int val); char *newstr(char const * p);