summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/session.h
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-30 21:59:45 +0000
committerderaadt <deraadt@openbsd.org>2002-06-30 21:59:45 +0000
commit9e6850eb0dbdf34d4123134be1bfbb06470fd401 (patch)
tree871b410d9736c77c1e0845f662fab718e360d070 /usr.bin/ssh/session.h
parentlint asks that we use names that do not overlap (diff)
downloadwireguard-openbsd-9e6850eb0dbdf34d4123134be1bfbb06470fd401.tar.xz
wireguard-openbsd-9e6850eb0dbdf34d4123134be1bfbb06470fd401.zip
minor KNF
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r--usr.bin/ssh/session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h
index 3bce97891fd..d3ddfab75f9 100644
--- a/usr.bin/ssh/session.h
+++ b/usr.bin/ssh/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 *);