-/* $OpenBSD: packet.c,v 1.321 2025/08/18 04:50:35 djm Exp $ */
+/* $OpenBSD: packet.c,v 1.322 2025/08/18 09:16:36 job Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
apply_qos(ssh);
}
-/* Returns true if the current connection is interactive. */
-int
-ssh_packet_is_interactive(struct ssh *ssh)
-{
- return ssh->state->interactive_mode;
-}
-
int
ssh_packet_set_maxsize(struct ssh *ssh, u_int s)
{
-/* $OpenBSD: packet.h,v 1.100 2025/08/18 03:43:01 djm Exp $ */
+/* $OpenBSD: packet.h,v 1.101 2025/08/18 09:16:36 job Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
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);
-int ssh_packet_is_interactive(struct ssh *);
void ssh_packet_set_qos(struct ssh *, int, int);
void ssh_packet_set_server(struct ssh *);
void ssh_packet_set_authenticated(struct ssh *);