]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pwupd.h
Validate expiration days and password days from commmand line and pw.conf
[pw-darwin.git] / pw / pwupd.h
index 054c5a55293b36d1f1938df05bf15b460609aafc..9685bea603c48529a5cde6db5af969301df7d160 100644 (file)
@@ -86,6 +86,8 @@ struct pwconf {
        char            *newname;
        char            *config;
        char            *gecos;
+       int              expire_days;
+       int              password_days;
        int              fd;
        int              rootfd;
        int              which;