#ifndef PWLIB_H #define PWLIB_H 1 #include "tac_plus.h" struct authen_data; extern void set_expiration_status TAC_ARGS((const char *exp_date, struct authen_data *data)); extern int verify TAC_ARGS((const char *name, const char *passwd, struct authen_data *data, int recurse)); extern int des_verify TAC_ARGS((const char *users_passwd, const char *encrypted_passwd)); #endif /* PWLIB_H */