]> andersk Git - openssh.git/blob - session.h
bad checkin mode
[openssh.git] / session.h
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
This page took 0.036156 seconds and 5 git commands to generate.