]> git.saurik.com Git - apple/system_cmds.git/blame - chkpasswd.tproj/passwd.h
system_cmds-735.20.1.tar.gz
[apple/system_cmds.git] / chkpasswd.tproj / passwd.h
CommitLineData
cf37c299
A
1int file_check_passwd(char *, char *);
2int nis_check_passwd(char *, char *);
3int od_check_passwd(const char *, const char *);
4int pam_check_passwd(char *);
5void checkpasswd(char *, char *);