openssh/auth-sia.h
Damien Miller 92ddb7d6f0 - (djm) Split out and improve OSF SIA auth code. Patch from Chris Adams
<cmadams@hiwaay.net> with a little modification and KNF.
2001-02-14 01:25:23 +11:00

9 lines
165 B
C

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