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
8 #ifndef _SECURITY_PAM_PRELUDE_H
9 #define _SECURITY_PAM_PRELUDE_H
10
11 #include <security/_pam_types.h>
12
13 void prelude_send_alert(pam_handle_t *pamh, int authval);
14
15 #endif /* _SECURITY_PAM_PRELUDE_H */