log_pam.h 336 B

123456789101112
  1. #ifndef __LOG_PAM_H__
  2. #define __LOG_PAM_H__ 1
  3. void pw_pam_check(AuthResult * const result,
  4. const char *account, const char *password,
  5. const struct sockaddr_storage * const sa,
  6. const struct sockaddr_storage * const peer);
  7. #define pw_pam_parse NULL
  8. #define pw_pam_exit NULL
  9. #endif