summaryrefslogtreecommitdiff
path: root/libpam_misc/include/security
diff options
context:
space:
mode:
Diffstat (limited to 'libpam_misc/include/security')
-rw-r--r--libpam_misc/include/security/pam_misc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libpam_misc/include/security/pam_misc.h b/libpam_misc/include/security/pam_misc.h
index 0ec2fdd1..07578e64 100644
--- a/libpam_misc/include/security/pam_misc.h
+++ b/libpam_misc/include/security/pam_misc.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);