diff options
author | Adam Stevko <adam.stevko@gmail.com> | 2014-06-22 02:26:52 +0200 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2014-11-28 20:55:32 -0500 |
commit | 371387fa64d65a99a72f1ff81d0efd2220534d0b (patch) | |
tree | 27b902dad4deb197b870d6fa6e868605f6fe5a22 /usr/src/cmd/ssh/include/channels.h | |
parent | b808966a943db6fb9a110438cce8184c87e1f62b (diff) | |
download | illumos-joyent-371387fa64d65a99a72f1ff81d0efd2220534d0b.tar.gz |
4937 SunSSH should support EOW extension
Reviewed by: Dan McDonald <danmcd@omniti.com>
Reviewed by: Robert Mustacchi <rm@joyent.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/cmd/ssh/include/channels.h')
-rw-r--r-- | usr/src/cmd/ssh/include/channels.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/src/cmd/ssh/include/channels.h b/usr/src/cmd/ssh/include/channels.h index 83b41df0dd..4440f1996a 100644 --- a/usr/src/cmd/ssh/include/channels.h +++ b/usr/src/cmd/ssh/include/channels.h @@ -248,6 +248,7 @@ void chan_mark_dead(Channel *); /* channel events */ void chan_rcvd_oclose(Channel *); +void chan_rcvd_eow(Channel *); /* SSH2-only */ void chan_read_failed(Channel *); void chan_ibuf_empty(Channel *); |