summaryrefslogtreecommitdiff
path: root/crypto/openssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/session.h')
-rw-r--r--crypto/openssh/session.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/crypto/openssh/session.h b/crypto/openssh/session.h
deleted file mode 100644
index a3427bcb0888..000000000000
--- a/crypto/openssh/session.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef SESSION_H
-#define SESSION_H
-
-/* 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