diff options
author | markus@openbsd.org <markus@openbsd.org> | 2018-07-09 21:20:26 +0000 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2018-07-10 15:19:12 +1000 |
commit | 89dd615b8b531979be63f05f9d5624367c9b28e6 (patch) | |
tree | d807c8d1c948fdf71794cd410b9518e9b6499d69 /packet.h | |
parent | f4608a7065480516ab46214f554e5f853fb7870f (diff) |
upstream: ttymodes: switch to sshbuf API; ok djm@
OpenBSD-Commit-ID: 5df340c5965e822c9da21e19579d08dea3cbe429
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.85 2018/07/06 09:03:02 sf Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.86 2018/07/09 21:20:26 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -147,8 +147,8 @@ int ssh_packet_not_very_much_data_to_write(struct ssh *); | |||
147 | int ssh_packet_connection_is_on_socket(struct ssh *); | 147 | int ssh_packet_connection_is_on_socket(struct ssh *); |
148 | int ssh_packet_remaining(struct ssh *); | 148 | int ssh_packet_remaining(struct ssh *); |
149 | 149 | ||
150 | void tty_make_modes(int, struct termios *); | 150 | void ssh_tty_make_modes(struct ssh *, int, struct termios *); |
151 | void tty_parse_modes(int, int *); | 151 | void ssh_tty_parse_modes(struct ssh *, int); |
152 | 152 | ||
153 | void ssh_packet_set_alive_timeouts(struct ssh *, int); | 153 | void ssh_packet_set_alive_timeouts(struct ssh *, int); |
154 | int ssh_packet_inc_alive_timeouts(struct ssh *); | 154 | int ssh_packet_inc_alive_timeouts(struct ssh *); |