=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.94.8.1 retrieving revision 1.95 diff -u -r1.94.8.1 -r1.95 --- src/usr.bin/ssh/packet.h 2023/12/18 14:57:43 1.94.8.1 +++ src/usr.bin/ssh/packet.h 2023/08/28 03:31:16 1.95 @@ -1,4 +1,4 @@ -/* $OpenBSD: packet.h,v 1.94.8.1 2023/12/18 14:57:43 bluhm Exp $ */ +/* $OpenBSD: packet.h,v 1.95 2023/08/28 03:31:16 djm Exp $ */ /* * Author: Tatu Ylonen @@ -118,6 +118,7 @@ int ssh_packet_send2(struct ssh *); int ssh_packet_read(struct ssh *); +int ssh_packet_read_expect(struct ssh *, u_int type); int ssh_packet_read_poll(struct ssh *); int ssh_packet_read_poll2(struct ssh *, u_char *, u_int32_t *seqnr_p); int ssh_packet_process_incoming(struct ssh *, const char *buf, u_int len); @@ -138,6 +139,7 @@ int ssh_packet_write_wait(struct ssh *); int ssh_packet_have_data_to_write(struct ssh *); int ssh_packet_not_very_much_data_to_write(struct ssh *); +int ssh_packet_interactive_data_to_write(struct ssh *); int ssh_packet_connection_is_on_socket(struct ssh *); int ssh_packet_remaining(struct ssh *);