| D | session.h | 33 typedef struct Session Session; typedef 34 struct Session { struct 77 void session_destroy_all(struct ssh *, void (*)(Session *)); argument 78 void session_pty_cleanup2(Session *); 80 Session *session_new(void); 81 Session *session_by_tty(char *); 82 void session_close(struct ssh *, Session *);
|