summaryrefslogtreecommitdiff
path: root/auth-sia.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-19 00:50:02 +1000
committerDamien Miller <djm@mindrot.org>2003-05-19 00:50:02 +1000
commit5b5ca19ef058e069937e23ae0058c22bf62abd23 (patch)
treebb8f142bba3ade8a483a9a96cbacf071ac0df440 /auth-sia.h
parente7fb10319246b876c1bd9a14c825799a59afa9ad (diff)
- (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 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
29int auth_sia_password(Authctxt *authctxt, char *pass); 29int auth_sia_password(Authctxt *, char *);
30void session_setup_sia(struct passwd *pw, char *tty); 30void session_setup_sia(struct passwd *, char *);
31 31
32#endif /* HAVE_OSF_SIA */ 32#endif /* HAVE_OSF_SIA */