summaryrefslogtreecommitdiff
path: root/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'session.h')
-rw-r--r--session.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/session.h b/session.h
index 2051b737d..a3427bcb0 100644
--- a/session.h
+++ b/session.h
@@ -4,4 +4,11 @@
4/* SSH1 */ 4/* SSH1 */
5void do_authenticated(struct passwd * pw); 5void do_authenticated(struct passwd * pw);
6 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
7#endif 14#endif