1
0
mirror of https://github.com/openbsd/src.git synced 2026-04-28 08:07:03 +00:00

remove prototype for removed ssh_packet_set_tos()

ok djm@
This commit is contained in:
jsg
2025-09-25 02:12:16 +00:00
parent a25aeda823
commit 8ce79da910

View File

@@ -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>
@@ -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 *);