]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pw.h
pw should sanitize the argument of -w.
[pw-darwin.git] / pw / pw.h
diff --git a/pw/pw.h b/pw/pw.h
index b389f1248dd144fcb89ec0c013ec317f60c98906..05a51c220723991176e69311e374e46c322c1aaa 100644 (file)
--- 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);