diff options
Diffstat (limited to 'auth-sia.h')
-rw-r--r-- | auth-sia.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth-sia.h b/auth-sia.h index caa584132..7aecce940 100644 --- a/auth-sia.h +++ b/auth-sia.h | |||
@@ -27,6 +27,6 @@ | |||
27 | #ifdef HAVE_OSF_SIA | 27 | #ifdef HAVE_OSF_SIA |
28 | 28 | ||
29 | int auth_sia_password(Authctxt *authctxt, char *pass); | 29 | int auth_sia_password(Authctxt *authctxt, char *pass); |
30 | void session_setup_sia(char *user, char *tty); | 30 | void session_setup_sia(struct passwd *pw, char *tty); |
31 | 31 | ||
32 | #endif /* HAVE_OSF_SIA */ | 32 | #endif /* HAVE_OSF_SIA */ |