diff options
Diffstat (limited to 'Linux-PAM/libpam_misc/include/security/pam_misc.h')
-rw-r--r-- | Linux-PAM/libpam_misc/include/security/pam_misc.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Linux-PAM/libpam_misc/include/security/pam_misc.h b/Linux-PAM/libpam_misc/include/security/pam_misc.h index 66c7ab4a..e6382c1c 100644 --- a/Linux-PAM/libpam_misc/include/security/pam_misc.h +++ b/Linux-PAM/libpam_misc/include/security/pam_misc.h @@ -1,4 +1,4 @@ -/* $Id: pam_misc.h,v 1.4 2001/05/01 04:27:37 agmorgan Exp $ */ +/* $Id: pam_misc.h,v 1.5 2005/08/16 12:27:40 kukuk Exp $ */ #ifndef __PAMMISC_H #define __PAMMISC_H @@ -36,16 +36,6 @@ extern void (*pam_binary_handler_free)(void *appdata, pamc_bp_t *prompt_p); extern int pam_misc_paste_env(pam_handle_t *pamh , const char * const * user_env); -/* char **pam_misc_copy_env(pam_handle_t *pamh); - - This is no longer defined as a prototype because the X/Open XSSO - spec makes it clear that PAM's pam_getenvlist() does exactly - what this was needed for. - - A wrapper is still provided in the pam_misc library - so that - legacy applications will still work. But _BE_WARNED_ it will - disappear by the release of libpam 1.0 . */ - /* delete environment as obtained from (pam_getenvlist) */ extern char **pam_misc_drop_env(char **env); |