summaryrefslogtreecommitdiffstats
path: root/auth-sia.h
blob: eaa933322d494019831fd0e91f78b654f89d9781 (plain)
1
2
3
4
5
6
7
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 */