]> andersk Git - openssh.git/blobdiff - session.h
- More large OpenBSD CVS updates:
[openssh.git] / session.h
index 2051b737d1615f1ddcb76eb33756ac25465ee8e6..a3427bcb08880154e07014666012c0084efc0513 100644 (file)
--- a/session.h
+++ b/session.h
@@ -4,4 +4,11 @@
 /* SSH1 */
 void   do_authenticated(struct passwd * pw);
 
+/* SSH2 */
+void   do_authenticated2(void);
+int    session_open(int id);
+void   session_input_channel_req(int id, void *arg);
+void   session_close_by_pid(pid_t pid, int status);
+void   session_close_by_channel(int id, void *arg);
+
 #endif
This page took 0.031948 seconds and 4 git commands to generate.