[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.59 and 1.60

version 1.59, 2016/09/12 01:22:38 version 1.60, 2016/10/23 22:04:05
Line 30 
Line 30 
 };  };
   
 int forward_equals(const struct Forward *, const struct Forward *);  int forward_equals(const struct Forward *, const struct Forward *);
   int bind_permitted(int, uid_t);
   
 /* Common server and client forwarding options. */  /* Common server and client forwarding options. */
 struct ForwardOptions {  struct ForwardOptions {

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60