]> andersk Git - openssh.git/blame - session.h
- Moved all the bsd-* and fake-* stuff into new libopenbsd-compat.a
[openssh.git] / session.h
CommitLineData
7368a6c8 1#ifndef SESSION_H
2#define SESSION_H
3
4/* SSH1 */
5void do_authenticated(struct passwd * pw);
6
e78a59f5 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
7368a6c8 14#endif
This page took 0.05167 seconds and 5 git commands to generate.