From 4dc8aa85ced77e9e02dea6939edd4d3564b5086e Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 15 May 2000 04:37:24 +0000 Subject: Initial import of OpenSSH v2.1. --- crypto/openssh/session.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 crypto/openssh/session.h (limited to 'crypto/openssh/session.h') diff --git a/crypto/openssh/session.h b/crypto/openssh/session.h new file mode 100644 index 0000000..a3427bc --- /dev/null +++ b/crypto/openssh/session.h @@ -0,0 +1,14 @@ +#ifndef SESSION_H +#define SESSION_H + +/* SSH1 */ +void do_authenticated(struct passwd * pw); + +/* SSH2 */ +void do_authenticated2(void); +int session_open(int id); +void session_input_channel_req(int id, void *arg); +void session_close_by_pid(pid_t pid, int status); +void session_close_by_channel(int id, void *arg); + +#endif -- cgit v1.1