aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/session.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/session.h')
-rw-r--r--crypto/openssh/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/openssh/session.h b/crypto/openssh/session.h
index 3bce97891fdf..d3ddfab75f98 100644
--- a/crypto/openssh/session.h
+++ b/crypto/openssh/session.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: session.h,v 1.18 2002/06/23 21:06:41 deraadt Exp $ */
+/* $OpenBSD: session.h,v 1.19 2002/06/30 21:59:45 deraadt Exp $ */
/*
* Copyright (c) 2000, 2001 Markus Friedl. All rights reserved.
@@ -57,7 +57,7 @@ struct Session {
void do_authenticated(Authctxt *);
-int session_open(Authctxt*, int);
+int session_open(Authctxt *, int);
int session_input_channel_req(Channel *, const char *);
void session_close_by_pid(pid_t, int);
void session_close_by_channel(int, void *);