summaryrefslogtreecommitdiff
path: root/libpam/pam_prelude.h
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@thkukuk.de>2005-09-17 16:34:20 +0000
committerThorsten Kukuk <kukuk@thkukuk.de>2005-09-17 16:34:20 +0000
commit74a4f533ce23d44dc5fded7a60caef447039d3fd (patch)
treefb20faeedc8f1c239701063ef5ac532cec3251f9 /libpam/pam_prelude.h
parentd8992ad33da0910fda576dbac8a44fa4a0774a32 (diff)
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.h2
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 */