Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
openssh
/
2ae18f40a70632eb87eca114980649dae8c476ff
/
.
/
auth-sia.h
blob: eaa933322d494019831fd0e91f78b654f89d9781 [
file
] [
log
] [
blame
]
Damien Miller
92ddb7d
2001-02-14 01:25:23 +1100
[
diff
] [
blame
]
1
#include
"includes.h"
2
3
#ifdef
HAVE_OSF_SIA
4
5
int
auth_sia_password
(
char
*
user
,
char
*
pass
);
6
void
session_setup_sia
(
char
*
user
,
char
*
tty
);
7
8
#endif
/* HAVE_OSF_SIA */