=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/canohost.h,v retrieving revision 1.4.4.2 retrieving revision 1.5 diff -u -r1.4.4.2 -r1.5 --- src/usr.bin/ssh/canohost.h 2001/03/21 18:52:38 1.4.4.2 +++ src/usr.bin/ssh/canohost.h 2001/04/05 15:48:19 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: canohost.h,v 1.4.4.2 2001/03/21 18:52:38 jason Exp $ */ +/* $OpenBSD: canohost.h,v 1.5 2001/04/05 15:48:19 stevesk Exp $ */ /* * Author: Tatu Ylonen @@ -24,6 +24,8 @@ * string is cached and must not be freed. */ const char *get_remote_ipaddr(void); + +const char *get_remote_name_or_ip(u_int utmp_len, int reverse_mapping_check); /* Returns the ipaddr/port number of the peer of the socket. */ char * get_peer_ipaddr(int socket);