]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: remove prototype for removed ssh_packet_set_tos() ok
authorjsg@openbsd.org <jsg@openbsd.org>
Thu, 25 Sep 2025 02:12:16 +0000 (02:12 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 25 Sep 2025 07:01:34 +0000 (17:01 +1000)
djm@

OpenBSD-Commit-ID: 396f82995074ef4d7b9ce44168266ef4640d9985

packet.h

index ade3c0f9df6e56ff2f191be74ad626af0a509ff8..c0cbd8a7c520c1be1dd51b3db1145fbb1fdcbf42 100644 (file)
--- 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 <ylo@cs.hut.fi>
@@ -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 *);