summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/auth-pam.h b/auth-pam.h
index 2e9a0c0a3..c47b442e4 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,5 +1,3 @@
1/* $Id: auth-pam.h,v 1.27 2004/09/11 12:17:26 dtucker Exp $ */
2
3/* 1/*
4 * Copyright (c) 2000 Damien Miller. All rights reserved. 2 * Copyright (c) 2000 Damien Miller. All rights reserved.
5 * 3 *
@@ -27,15 +25,10 @@
27#include "includes.h" 25#include "includes.h"
28#ifdef USE_PAM 26#ifdef USE_PAM
29 27
30#if !defined(SSHD_PAM_SERVICE)
31# define SSHD_PAM_SERVICE __progname
32#endif
33
34void start_pam(Authctxt *); 28void start_pam(Authctxt *);
35void finish_pam(void); 29void finish_pam(void);
36u_int do_pam_account(void); 30u_int do_pam_account(void);
37void do_pam_session(void); 31void do_pam_session(void);
38void do_pam_set_tty(const char *);
39void do_pam_setcred(int ); 32void do_pam_setcred(int );
40void do_pam_chauthtok(void); 33void do_pam_chauthtok(void);
41int do_pam_putenv(char *, char *); 34int do_pam_putenv(char *, char *);