diff options
Diffstat (limited to 'other/ssharp/auth-sia.h')
| -rw-r--r-- | other/ssharp/auth-sia.h | 8 |
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 | |||
| 5 | int auth_sia_password(char *user, char *pass); | ||
| 6 | void session_setup_sia(char *user, char *tty); | ||
| 7 | |||
| 8 | #endif /* HAVE_OSF_SIA */ | ||
