summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/session.h')
-rw-r--r--crypto/openssh/session.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/crypto/openssh/session.h b/crypto/openssh/session.h
index bce99f7..842e941 100644
--- a/crypto/openssh/session.h
+++ b/crypto/openssh/session.h
@@ -1,3 +1,5 @@
+/* $OpenBSD: session.h,v 1.6 2001/03/21 11:43:45 markus Exp $ */
+
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
*
@@ -24,11 +26,8 @@
#ifndef SESSION_H
#define SESSION_H
-/* SSH1 */
-void do_authenticated(struct passwd * pw);
+void do_authenticated(Authctxt *ac);
-/* 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);
OpenPOWER on IntegriCloud