=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.17.2.3 retrieving revision 1.17.2.4 diff -u -r1.17.2.3 -r1.17.2.4 --- src/usr.bin/ssh/packet.h 2001/03/21 19:46:27 1.17.2.3 +++ src/usr.bin/ssh/packet.h 2001/05/07 21:09:32 1.17.2.4 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: packet.h,v 1.17.2.3 2001/03/21 19:46:27 jason Exp $"); */ +/* RCSID("$OpenBSD: packet.h,v 1.17.2.4 2001/05/07 21:09:32 jason Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -178,8 +178,8 @@ int packet_set_maxsize(int s); #define packet_get_maxsize() max_packet_size -/* Stores tty modes from the fd into current packet. */ -void tty_make_modes(int fd); +/* Stores tty modes from the fd or tiop into current packet. */ +void tty_make_modes(int fd, struct termios *tiop); /* Parses tty modes for the fd from the current packet. */ void tty_parse_modes(int fd, int *n_bytes_ptr);