Release bumped to "gts4".
[tac_plus.git] / tac_pam.h
1 #ifndef TAC_PAM_H
2 #define TAC_PAM_H 1
3
4 #include "tac_plus.h"
5
6 #ifdef USE_PAM
7
8
9 struct authen_data;
10 struct author_data;
11
12 extern int tac_pam_auth TAC_ARGS((const char *aszUserName, const char *aszPassword, struct authen_data *data, const char *aszService));
13 extern int tac_pam_authorization TAC_ARGS((const char *aszUserName, struct author_data *data, const char *aszService));
14
15
16 #endif /* USE_PAM */
17
18 #endif /* TAC_PAM_H */