=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/ssh/packet.h 2001/04/14 16:33:20 1.22 +++ src/usr.bin/ssh/packet.h 2001/05/28 23:58:35 1.23 @@ -11,7 +11,7 @@ * called by a name other than "ssh" or "Secure Shell". */ -/* RCSID("$OpenBSD: packet.h,v 1.22 2001/04/14 16:33:20 stevesk Exp $"); */ +/* RCSID("$OpenBSD: packet.h,v 1.23 2001/05/28 23:58:35 markus Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -71,7 +71,7 @@ int packet_is_interactive(void); /* Starts constructing a packet to send. */ -void packet_start(int type); +void packet_start(u_char type); /* Appends a character to the packet data. */ void packet_put_char(int ch); @@ -207,9 +207,6 @@ /* remote host is connected via a socket/ipv4 */ int packet_connection_is_on_socket(void); int packet_connection_is_ipv4(void); - -/* enable SSH2 packet format */ -void packet_set_ssh2_format(void); /* returns remaining payload bytes */ int packet_remaining(void);