diff options
Diffstat (limited to 'other/openssh-2.1.1p4/session.h')
| -rw-r--r-- | other/openssh-2.1.1p4/session.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/other/openssh-2.1.1p4/session.h b/other/openssh-2.1.1p4/session.h deleted file mode 100644 index a3427bc..0000000 --- a/other/openssh-2.1.1p4/session.h +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | #ifndef SESSION_H | ||
| 2 | #define SESSION_H | ||
| 3 | |||
| 4 | /* SSH1 */ | ||
| 5 | void do_authenticated(struct passwd * pw); | ||
| 6 | |||
| 7 | /* SSH2 */ | ||
| 8 | void do_authenticated2(void); | ||
| 9 | int session_open(int id); | ||
| 10 | void session_input_channel_req(int id, void *arg); | ||
| 11 | void session_close_by_pid(pid_t pid, int status); | ||
| 12 | void session_close_by_channel(int id, void *arg); | ||
| 13 | |||
| 14 | #endif | ||
