summaryrefslogtreecommitdiff
path: root/other/ssharp/auth-sia.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/ssharp/auth-sia.h')
-rw-r--r--other/ssharp/auth-sia.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/other/ssharp/auth-sia.h b/other/ssharp/auth-sia.h
new file mode 100644
index 0000000..eaa9333
--- /dev/null
+++ b/other/ssharp/auth-sia.h
@@ -0,0 +1,8 @@
1#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 */