#ifndef TAC_PAM_H #define TAC_PAM_H 1 #include "tac_plus.h" #ifdef USE_PAM struct authen_data; struct author_data; extern int tac_pam_auth TAC_ARGS((const char *aszUserName, const char *aszPassword, struct authen_data *data, const char *aszService)); extern int tac_pam_authorization TAC_ARGS((const char *aszUserName, struct author_data *data, const char *aszService)); #endif /* USE_PAM */ #endif /* TAC_PAM_H */