summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authordjm <djm>2003-05-18 14:50:02 +0000
committerdjm <djm>2003-05-18 14:50:02 +0000
commit02a20a64b1aad90031a48b5c9b3880a44329a82a (patch)
tree97eb399a5dd57ea544a8b2757abb80e28714821b /auth-sia.h
parent6306897f108a97c39c360032e490b99a289617d7 (diff)
downloadopenssh-02a20a64b1aad90031a48b5c9b3880a44329a82a.tar.gz
- (djm) KNF on auth-sia.[ch]
Diffstat (limited to 'auth-sia.h')
-rw-r--r--auth-sia.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth-sia.h b/auth-sia.h
index 7aecce94..38164ff8 100644
--- a/auth-sia.h
+++ b/auth-sia.h
@@ -26,7 +26,7 @@
#ifdef HAVE_OSF_SIA
-int auth_sia_password(Authctxt *authctxt, char *pass);
-void session_setup_sia(struct passwd *pw, char *tty);
+int auth_sia_password(Authctxt *, char *);
+void session_setup_sia(struct passwd *, char *);
#endif /* HAVE_OSF_SIA */