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

Diff for /src/usr.bin/ssh/dispatch.h between version 1.14 and 1.15

version 1.14, 2017/05/31 07:00:13 version 1.15, 2019/01/19 21:45:31
Line 46 
Line 46 
 int     ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);  int     ssh_dispatch_run(struct ssh *, int, volatile sig_atomic_t *);
 void    ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);  void    ssh_dispatch_run_fatal(struct ssh *, int, volatile sig_atomic_t *);
   
 #define dispatch_init(dflt) \  
         ssh_dispatch_init(active_state, (dflt))  
 #define dispatch_range(from, to, fn) \  
         ssh_dispatch_range(active_state, (from), (to), (fn))  
 #define dispatch_set(type, fn) \  
         ssh_dispatch_set(active_state, (type), (fn))  
   
 #endif  #endif

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15