pam_prelude.h 327 B

123456789101112131415
  1. /*
  2. * pam_prelude.h -- prelude ids reporting
  3. * http://www.prelude-ids.org
  4. *
  5. * (C) Sebastien Tricaud 2005 <toady@gscore.org>
  6. */
  7. #ifndef _SECURITY_PAM_PRELUDE_H
  8. #define _SECURITY_PAM_PRELUDE_H
  9. #include <security/_pam_types.h>
  10. void prelude_send_alert(pam_handle_t *pamh, int authval);
  11. #endif /* _SECURITY_PAM_PRELUDE_H */