summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet.h b/packet.h
index bf9aebdb2..170203cab 100644
--- a/packet.h
+++ b/packet.h
@@ -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 *);
147int ssh_packet_connection_is_on_socket(struct ssh *); 147int ssh_packet_connection_is_on_socket(struct ssh *);
148int ssh_packet_remaining(struct ssh *); 148int ssh_packet_remaining(struct ssh *);
149 149
150void tty_make_modes(int, struct termios *); 150void ssh_tty_make_modes(struct ssh *, int, struct termios *);
151void tty_parse_modes(int, int *); 151void ssh_tty_parse_modes(struct ssh *, int);
152 152
153void ssh_packet_set_alive_timeouts(struct ssh *, int); 153void ssh_packet_set_alive_timeouts(struct ssh *, int);
154int ssh_packet_inc_alive_timeouts(struct ssh *); 154int ssh_packet_inc_alive_timeouts(struct ssh *);