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

Diff for /src/usr.bin/ssh/clientloop.h between version 1.27 and 1.28

version 1.27, 2011/05/08 12:52:01 version 1.28, 2011/06/22 22:08:42
Line 56 
Line 56 
 typedef void global_confirm_cb(int, u_int32_t seq, void *);  typedef void global_confirm_cb(int, u_int32_t seq, void *);
 void     client_register_global_confirm(global_confirm_cb *, void *);  void     client_register_global_confirm(global_confirm_cb *, void *);
   
   /* Channel request confirmation callbacks */
   enum confirm_action { CONFIRM_WARN = 0, CONFIRM_CLOSE, CONFIRM_TTY };
   void client_expect_confirm(int, const char *, enum confirm_action);
   
 /* Multiplexing protocol version */  /* Multiplexing protocol version */
 #define SSHMUX_VER                      4  #define SSHMUX_VER                      4
   

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28