summaryrefslogtreecommitdiff
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 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 */