=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/packet.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- src/usr.bin/ssh/packet.h 2000/01/04 00:07:59 1.8 +++ src/usr.bin/ssh/packet.h 2000/01/04 16:54:58 1.9 @@ -13,7 +13,7 @@ * */ -/* RCSID("$Id: packet.h,v 1.8 2000/01/04 00:07:59 markus Exp $"); */ +/* RCSID("$Id: packet.h,v 1.9 2000/01/04 16:54:58 markus Exp $"); */ #ifndef PACKET_H #define PACKET_H @@ -191,7 +191,8 @@ } \ } while (0) -/* remote host is connected via a socket */ +/* remote host is connected via a socket/ipv4 */ int packet_connection_is_on_socket(void); +int packet_connection_is_ipv4(void); #endif /* PACKET_H */