From: jsg@openbsd.org Date: Thu, 25 Sep 2025 02:12:16 +0000 (+0000) Subject: upstream: remove prototype for removed ssh_packet_set_tos() ok X-Git-Tag: V_10_1_P1~50 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae62a16118bb96a8e449ef25f5e55ef86a52cefb;p=thirdparty%2Fopenssh-portable.git upstream: remove prototype for removed ssh_packet_set_tos() ok djm@ OpenBSD-Commit-ID: 396f82995074ef4d7b9ce44168266ef4640d9985 --- diff --git a/packet.h b/packet.h index ade3c0f9d..c0cbd8a7c 100644 --- a/packet.h +++ b/packet.h @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.101 2025/08/18 09:16:36 job Exp $ */ +/* $OpenBSD: packet.h,v 1.102 2025/09/25 02:12:16 jsg Exp $ */ /* * Author: Tatu Ylonen @@ -110,7 +110,6 @@ int ssh_packet_is_rekeying(struct ssh *); int ssh_packet_check_rekey(struct ssh *); void ssh_packet_set_protocol_flags(struct ssh *, u_int); u_int ssh_packet_get_protocol_flags(struct ssh *); -void ssh_packet_set_tos(struct ssh *, int); void ssh_packet_set_interactive(struct ssh *, int); void ssh_packet_set_qos(struct ssh *, int, int); void ssh_packet_set_server(struct ssh *);