diff options
Diffstat (limited to 'auth-sia.h')
-rw-r--r-- | auth-sia.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/auth-sia.h b/auth-sia.h new file mode 100644 index 00000000..eaa93332 --- /dev/null +++ b/auth-sia.h @@ -0,0 +1,8 @@ +#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 */ |