From 8ce79da91086b8435d5044cbbbe56907a26bc8b8 Mon Sep 17 00:00:00 2001 From: jsg Date: Thu, 25 Sep 2025 02:12:16 +0000 Subject: [PATCH] remove prototype for removed ssh_packet_set_tos() ok djm@ --- usr.bin/ssh/packet.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.bin/ssh/packet.h b/usr.bin/ssh/packet.h index 7cb797b34e5..e52c9258ae5 100644 --- a/usr.bin/ssh/packet.h +++ b/usr.bin/ssh/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 @@ -104,7 +104,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 *);