summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2002-04-04 19:02:28 +0000
committerKevin Steves <stevesk@pobox.com>2002-04-04 19:02:28 +0000
commite683e7643997118ac51b18c073a6aba410c0cc3c (patch)
treef2a98c2979198a89e00eb5cdd3d6fbf0fb986377 /auth-sia.h
parentaf40bc6a72013e9eec74ec99e21dab9342ac9880 (diff)
- (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.h
auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
Diffstat (limited to 'auth-sia.h')
-rw-r--r--auth-sia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h
index eaa933322..4ae8d8991 100644
--- a/auth-sia.h
+++ b/auth-sia.h
@@ -2,7 +2,7 @@
2 2
3#ifdef HAVE_OSF_SIA 3#ifdef HAVE_OSF_SIA
4 4
5int auth_sia_password(char *user, char *pass); 5int auth_sia_password(Authctxt *authctxt, char *pass);
6void session_setup_sia(char *user, char *tty); 6void session_setup_sia(char *user, char *tty);
7 7
8#endif /* HAVE_OSF_SIA */ 8#endif /* HAVE_OSF_SIA */