diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-17 16:34:20 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2005-09-17 16:34:20 +0000 |
commit | 74a4f533ce23d44dc5fded7a60caef447039d3fd (patch) | |
tree | fb20faeedc8f1c239701063ef5ac532cec3251f9 /libpam/pam_prelude.h | |
parent | d8992ad33da0910fda576dbac8a44fa4a0774a32 (diff) | |
download | pam-74a4f533ce23d44dc5fded7a60caef447039d3fd.tar.gz pam-74a4f533ce23d44dc5fded7a60caef447039d3fd.tar.bz2 pam-74a4f533ce23d44dc5fded7a60caef447039d3fd.zip |
Relevant BUGIDs: none
Purpose of commit: bugfix
Commit summary:
---------------
Fix code for which gcc4.1 prints warnings
Diffstat (limited to 'libpam/pam_prelude.h')
-rw-r--r-- | libpam/pam_prelude.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/pam_prelude.h b/libpam/pam_prelude.h index c617b070..13ee6fdb 100644 --- a/libpam/pam_prelude.h +++ b/libpam/pam_prelude.h @@ -10,7 +10,7 @@ #include <security/_pam_types.h> -void prelude_send_alert(const pam_handle_t *pamh, int authval); +void prelude_send_alert(pam_handle_t *pamh, int authval); #endif /* _SECURITY_PAM_PRELUDE_H */ |