summaryrefslogtreecommitdiff
path: root/libpam/pam_prelude.h
blob: 13ee6fdb7ca325a06ae3cc88061bd918b3c00fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * pam_prelude.h -- prelude ids reporting
 * http://www.prelude-ids.org
 *
 * (C) Sebastien Tricaud 2005 <toady@gscore.org>
 */

#ifndef _SECURITY_PAM_PRELUDE_H
#define _SECURITY_PAM_PRELUDE_H

#include <security/_pam_types.h>

void prelude_send_alert(pam_handle_t *pamh, int authval);

#endif /* _SECURITY_PAM_PRELUDE_H */