From 8846a076392fee28963ad6fbdc93ed980fbb08a1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 7 Oct 2003 11:30:15 +1000 Subject: - (dtucker) [auth-pam.c auth-pam.h session.c] Make PAM use the new static cleanup functions. With & ok djm@ --- auth-pam.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'auth-pam.h') diff --git a/auth-pam.h b/auth-pam.h index 5c952f30..58176f01 100644 --- a/auth-pam.h +++ b/auth-pam.h @@ -1,4 +1,4 @@ -/* $Id: auth-pam.h,v 1.21 2003/09/02 13:18:53 djm Exp $ */ +/* $Id: auth-pam.h,v 1.22 2003/10/07 01:30:16 dtucker Exp $ */ /* * Copyright (c) 2000 Damien Miller. All rights reserved. @@ -43,5 +43,7 @@ int do_pam_putenv(char *, char *); void print_pam_messages(void); char ** fetch_pam_environment(void); void free_pam_environment(char **); +void sshpam_thread_cleanup(void); +void sshpam_cleanup(void); #endif /* USE_PAM */ -- cgit v1.2.1