Release bumped to "gts4".
[tac_plus.git] / pwlib.h
1 #ifndef PWLIB_H
2 #define PWLIB_H 1
3
4 #include "tac_plus.h"
5
6
7 struct authen_data;
8
9 extern void set_expiration_status TAC_ARGS((const char *exp_date, struct authen_data *data));
10 extern int verify TAC_ARGS((const char *name, const char *passwd, struct authen_data *data, int recurse));
11 extern int des_verify TAC_ARGS((const char *users_passwd, const char *encrypted_passwd));
12
13
14 #endif /* PWLIB_H */