summaryrefslogtreecommitdiff
path: root/auth-sia.h
blob: 4ae8d89915a1391ea62d32b3d7bb24fa23f795c7 (plain)
1
2
3
4
5
6
7
8
#include "includes.h"

#ifdef HAVE_OSF_SIA

int	auth_sia_password(Authctxt *authctxt, char *pass);
void	session_setup_sia(char *user, char *tty);

#endif /* HAVE_OSF_SIA */