diff options
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: packet.h,v 1.84 2017/12/10 05:55:29 dtucker Exp $ */ | 1 | /* $OpenBSD: packet.h,v 1.85 2018/07/06 09:03:02 sf Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -107,7 +107,6 @@ void ssh_clear_newkeys(struct ssh *, int); | |||
107 | int ssh_packet_is_rekeying(struct ssh *); | 107 | int ssh_packet_is_rekeying(struct ssh *); |
108 | void ssh_packet_set_protocol_flags(struct ssh *, u_int); | 108 | void ssh_packet_set_protocol_flags(struct ssh *, u_int); |
109 | u_int ssh_packet_get_protocol_flags(struct ssh *); | 109 | u_int ssh_packet_get_protocol_flags(struct ssh *); |
110 | int ssh_packet_start_compression(struct ssh *, int); | ||
111 | void ssh_packet_set_tos(struct ssh *, int); | 110 | void ssh_packet_set_tos(struct ssh *, int); |
112 | void ssh_packet_set_interactive(struct ssh *, int, int, int); | 111 | void ssh_packet_set_interactive(struct ssh *, int, int, int); |
113 | int ssh_packet_is_interactive(struct ssh *); | 112 | int ssh_packet_is_interactive(struct ssh *); |