=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.17.2.5 retrieving revision 1.17.2.6 diff -u -r1.17.2.5 -r1.17.2.6 --- src/usr.bin/ssh/packet.h 2001/09/27 00:15:42 1.17.2.5 +++ src/usr.bin/ssh/packet.h 2001/11/15 22:50:30 1.17.2.6 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: packet.h,v 1.17.2.5 2001/09/27 00:15:42 miod Exp $"); */ +/* RCSID("$OpenBSD: packet.h,v 1.17.2.6 2001/11/15 22:50:30 miod Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -63,7 +63,7 @@ int packet_connection_is_ipv4(void); int packet_remaining(void); void packet_send_ignore(int); -void packet_inject_ignore(int); +void packet_add_padding(u_char); void tty_make_modes(int, struct termios *); void tty_parse_modes(int, int *);