mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-24 02:03:39 +08:00
74a4f533ce
Purpose of commit: bugfix Commit summary: --------------- Fix code for which gcc4.1 prints warnings
17 lines
328 B
C
17 lines
328 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 */
|
|
|