[BACK]Return to canohost.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/canohost.h between version 1.4.4.2 and 1.5

version 1.4.4.2, 2001/03/21 18:52:38 version 1.5, 2001/04/05 15:48:19
Line 25 
Line 25 
  */   */
 const char *get_remote_ipaddr(void);  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. */  /* Returns the ipaddr/port number of the peer of the socket. */
 char *  get_peer_ipaddr(int socket);  char *  get_peer_ipaddr(int socket);
 int     get_peer_port(int sock);  int     get_peer_port(int sock);

Legend:
Removed from v.1.4.4.2  
changed lines
  Added in v.1.5