blob: eaa933322d494019831fd0e91f78b654f89d9781 [file] [log] [blame]
Damien Miller92ddb7d2001-02-14 01:25:23 +11001#include "includes.h"
2
3#ifdef HAVE_OSF_SIA
4
5int auth_sia_password(char *user, char *pass);
6void session_setup_sia(char *user, char *tty);
7
8#endif /* HAVE_OSF_SIA */