diff options
Diffstat (limited to 'auth-sia.h')
-rw-r--r-- | auth-sia.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-sia.h b/auth-sia.h index 7aecce940..38164ff81 100644 --- a/auth-sia.h +++ b/auth-sia.h | |||
@@ -26,7 +26,7 @@ | |||
26 | 26 | ||
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 *, char *); |
30 | void session_setup_sia(struct passwd *pw, char *tty); | 30 | void session_setup_sia(struct passwd *, char *); |
31 | 31 | ||
32 | #endif /* HAVE_OSF_SIA */ | 32 | #endif /* HAVE_OSF_SIA */ |