summaryrefslogtreecommitdiff
path: root/auth-pam.h
diff options
context:
space:
mode:
Diffstat (limited to 'auth-pam.h')
-rw-r--r--auth-pam.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/auth-pam.h b/auth-pam.h
index 03868312c..5c952f305 100644
--- a/auth-pam.h
+++ b/auth-pam.h
@@ -1,4 +1,4 @@
1/* $Id: auth-pam.h,v 1.20 2003/08/26 01:58:16 dtucker Exp $ */ 1/* $Id: auth-pam.h,v 1.21 2003/09/02 13:18:53 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Damien Miller. All rights reserved. 4 * Copyright (c) 2000 Damien Miller. All rights reserved.
@@ -34,7 +34,8 @@
34void start_pam(const char *); 34void start_pam(const char *);
35void finish_pam(void); 35void finish_pam(void);
36u_int do_pam_account(void); 36u_int do_pam_account(void);
37void do_pam_session(const char *, const char *); 37void do_pam_session(void);
38void do_pam_set_tty(const char *);
38void do_pam_setcred(int ); 39void do_pam_setcred(int );
39int is_pam_password_change_required(void); 40int is_pam_password_change_required(void);
40void do_pam_chauthtok(void); 41void do_pam_chauthtok(void);