[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.5 and 1.6

version 1.5, 2001/04/05 15:48:19 version 1.6, 2001/04/12 19:15:24
Line 30 
Line 30 
 /* 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.5  
changed lines
  Added in v.1.6