=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/ssh/packet.h 2000/04/03 07:07:15 1.11 +++ src/usr.bin/ssh/packet.h 2000/04/03 20:12:55 1.12 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: packet.h,v 1.11 2000/04/03 07:07:15 markus Exp $"); */ +/* RCSID("$Id: packet.h,v 1.12 2000/04/03 20:12:55 markus Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -132,7 +132,7 @@ * must have been initialized before this call. */ void packet_get_bignum(BIGNUM * value, int *length_ptr); -void packet_get_bignum2(BIGNUM * value, int *length_ptr); +void packet_get_bignum2(BIGNUM * value, int *length_ptr); char *packet_get_raw(int *length_ptr); /* @@ -199,5 +199,8 @@ /* 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); #endif /* PACKET_H */