summaryrefslogtreecommitdiff
path: root/other/openssh-2.1.1p4/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/openssh-2.1.1p4/session.h')
-rw-r--r--other/openssh-2.1.1p4/session.h14
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 */
5void do_authenticated(struct passwd * pw);
6
7/* SSH2 */
8void do_authenticated2(void);
9int session_open(int id);
10void session_input_channel_req(int id, void *arg);
11void session_close_by_pid(pid_t pid, int status);
12void session_close_by_channel(int id, void *arg);
13
14#endif