summaryrefslogtreecommitdiffstats
path: root/auth-sia.h
diff options
context:
space:
mode:
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 eaa93332..4ae8d899 100644
--- a/auth-sia.h
+++ b/auth-sia.h
@@ -2,7 +2,7 @@
#ifdef HAVE_OSF_SIA
-int auth_sia_password(char *user, char *pass);
+int auth_sia_password(Authctxt *authctxt, char *pass);
void session_setup_sia(char *user, char *tty);
#endif /* HAVE_OSF_SIA */