From 5b5ca19ef058e069937e23ae0058c22bf62abd23 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 19 May 2003 00:50:02 +1000 Subject: - (djm) KNF on auth-sia.[ch] --- auth-sia.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth-sia.h') 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 */ -- cgit v1.2.1