diff options
author | 2001-06-26 17:27:22 +0000 | |
---|---|---|
committer | 2001-06-26 17:27:22 +0000 | |
commit | c1d304b2b0ff1c424ac8d220ba1f16ef30071603 (patch) | |
tree | b0f9ed5380dd8504fca4a97449df73de1eebd627 /usr.bin/ssh/session.h | |
parent | document SSH_ASKPASS; fubob@MIT.EDU (diff) | |
download | wireguard-openbsd-c1d304b2b0ff1c424ac8d220ba1f16ef30071603.tar.xz wireguard-openbsd-c1d304b2b0ff1c424ac8d220ba1f16ef30071603.zip |
remove comments from .h, since they are cut&paste from the .c files
and out of sync
Diffstat (limited to 'usr.bin/ssh/session.h')
-rw-r--r-- | usr.bin/ssh/session.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/ssh/session.h b/usr.bin/ssh/session.h index 9ed83585ca2..39ab7d0e67a 100644 --- a/usr.bin/ssh/session.h +++ b/usr.bin/ssh/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.8 2001/06/26 06:33:01 itojun Exp $ */ +/* $OpenBSD: session.h,v 1.9 2001/06/26 17:27:24 markus Exp $ */ /* * Copyright (c) 2000, 2001 Markus Friedl. All rights reserved. @@ -26,11 +26,11 @@ #ifndef SESSION_H #define SESSION_H -void do_authenticated(Authctxt *); +void do_authenticated(Authctxt *); -int session_open(int); -void session_input_channel_req(int, void *); -void session_close_by_pid(pid_t, int); -void session_close_by_channel(int, void *); +int session_open(int); +void session_input_channel_req(int, void *); +void session_close_by_pid(pid_t, int); +void session_close_by_channel(int, void *); #endif |