[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.2.3 and 1.4.2.4

version 1.4.2.3, 2001/03/21 19:46:23 version 1.4.2.4, 2001/05/07 21:09:27
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);
   char *  get_local_ipaddr(int socket);
   char *  get_local_name(int socket);
   
 /* Returns the port number of the remote/local host. */  /* Returns the port number of the remote/local host. */
 int     get_remote_port(void);  int     get_remote_port(void);

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.4.2.4