summaryrefslogtreecommitdiff
path: root/libpam/include/security/_pam_types.h
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-09-05 05:08:31 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-09-05 05:08:31 +0000
commitd79d8183d9bda40499a2c2f7f0f2f9b896017031 (patch)
treec332ebffed2bde03be4bae33ce0bf0ac24988eb2 /libpam/include/security/_pam_types.h
parente70c9f1088db23f6a3f8fc911df014f3b45b8173 (diff)
Relevant BUGIDs: 112646
Purpose of commit: comment bugfix Commit summary: --------------- Keep comment in line with actual implementation of the fail delay callback function.
Diffstat (limited to 'libpam/include/security/_pam_types.h')
-rw-r--r--libpam/include/security/_pam_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpam/include/security/_pam_types.h b/libpam/include/security/_pam_types.h
index fe4ada39..f192409e 100644
--- a/libpam/include/security/_pam_types.h
+++ b/libpam/include/security/_pam_types.h
@@ -175,7 +175,7 @@ extern char **pam_getenvlist(pam_handle_t *pamh);
* This item was added to accommodate event driven programs that need to
* manage delays more carefully. The function prototype for this data
* item is
- * void (*fail_delay)(int status, unsigned int delay);
+ * void (*fail_delay)(int status, unsigned int delay, void *appdata_ptr);
*/
#define HAVE_PAM_FAIL_DELAY