diff options
author | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 19:03:53 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 19:03:53 -0800 |
commit | aa0448336a79d85579464f023ac87675be60abfc (patch) | |
tree | 6a460a8e09fca6fc470649aa0fe129f87d0ecb01 /libpam/include/security/pam_ext.h | |
parent | 212b52cf29c06cc209bc8ac0540dbab1acdf1464 (diff) | |
parent | 2c201a306eb3945da808df4daf8c57895197a225 (diff) | |
download | pam-aa0448336a79d85579464f023ac87675be60abfc.tar.gz pam-aa0448336a79d85579464f023ac87675be60abfc.tar.bz2 pam-aa0448336a79d85579464f023ac87675be60abfc.zip |
New upstream version 1.1.1
Diffstat (limited to 'libpam/include/security/pam_ext.h')
-rw-r--r-- | libpam/include/security/pam_ext.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libpam/include/security/pam_ext.h b/libpam/include/security/pam_ext.h index 26f7156c..7542861a 100644 --- a/libpam/include/security/pam_ext.h +++ b/libpam/include/security/pam_ext.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005, 2006, 2008 Thorsten Kukuk. + * Copyright (C) 2005, 2006, 2008, 2009 Thorsten Kukuk. * * <security/pam_ext.h> * @@ -77,6 +77,13 @@ pam_prompt (pam_handle_t *pamh, int style, char **response, extern int PAM_NONNULL((1,3)) pam_get_authtok (pam_handle_t *pamh, int item, const char **authtok, const char *prompt); +extern int PAM_NONNULL((1,2)) +pam_get_authtok_noverify (pam_handle_t *pamh, const char **authtok, + const char *prompt); +extern int PAM_NONNULL((1,2)) +pam_get_authtok_verify (pam_handle_t *pamh, const char **authtok, + const char *prompt); + #ifdef __cplusplus } #endif |