1
0
Fork 0
pam/libpam/pam_prelude.h
Daniel Baumann 82f0236850
Adding upstream version 1.7.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 06:53:43 +02:00

15 lines
327 B
C

/*
* 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 */