X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/40b74b3fa6fe243a0eccb47d3904ccac60f0a4fb..2dec25c97c10375fbd51db89c5c9fbf4ede6f583:/auth-sia.h diff --git a/auth-sia.h b/auth-sia.h index caa58413..27cbb93f 100644 --- a/auth-sia.h +++ b/auth-sia.h @@ -26,7 +26,6 @@ #ifdef HAVE_OSF_SIA -int auth_sia_password(Authctxt *authctxt, char *pass); -void session_setup_sia(char *user, char *tty); +void session_setup_sia(struct passwd *, char *); #endif /* HAVE_OSF_SIA */