mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-26 03:54:12 +08:00
9 lines
165 B
C
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 */
|