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

Diff for /src/usr.bin/ssh/misc.h between version 1.40 and 1.41

version 1.40, 2009/12/25 19:40:21 version 1.41, 2010/01/09 23:04:13
Line 23 
Line 23 
 int      unset_nonblock(int);  int      unset_nonblock(int);
 void     set_nodelay(int);  void     set_nodelay(int);
 int      a2port(const char *);  int      a2port(const char *);
 int      a2rdomain(const char *);  
 int      a2tun(const char *, int *);  int      a2tun(const char *, int *);
 char    *put_host_port(const char *, u_short);  char    *put_host_port(const char *, u_short);
 char    *hpdelim(char **);  char    *hpdelim(char **);
Line 53 
Line 52 
 void     freeargs(arglist *);  void     freeargs(arglist *);
   
 int      tun_open(int, int);  int      tun_open(int, int);
   
 int      socket_rdomain(int, int, int, int);  
   
 /* Common definitions for ssh tunnel device forwarding */  /* Common definitions for ssh tunnel device forwarding */
 #define SSH_TUNMODE_NO          0x00  #define SSH_TUNMODE_NO          0x00

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41