From 92ddb7d6f0d6a1942e27f75883d29dc0ea99223f Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Wed, 14 Feb 2001 01:25:23 +1100 Subject: - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams with a little modification and KNF. --- auth-sia.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 auth-sia.h (limited to 'auth-sia.h') diff --git a/auth-sia.h b/auth-sia.h new file mode 100644 index 00000000..eaa93332 --- /dev/null +++ b/auth-sia.h @@ -0,0 +1,8 @@ +#include "includes.h" + +#ifdef HAVE_OSF_SIA + +int auth_sia_password(char *user, char *pass); +void session_setup_sia(char *user, char *tty); + +#endif /* HAVE_OSF_SIA */ -- cgit v1.2.3