[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.32 and 1.33

version 1.32, 2016/01/13 23:04:47 version 1.33, 2016/09/30 09:19:13
Line 71 
Line 71 
 #define SSHMUX_COMMAND_FORWARD          5       /* Forward only, no command */  #define SSHMUX_COMMAND_FORWARD          5       /* Forward only, no command */
 #define SSHMUX_COMMAND_STOP             6       /* Disable mux but not conn */  #define SSHMUX_COMMAND_STOP             6       /* Disable mux but not conn */
 #define SSHMUX_COMMAND_CANCEL_FWD       7       /* Cancel forwarding(s) */  #define SSHMUX_COMMAND_CANCEL_FWD       7       /* Cancel forwarding(s) */
   #define SSHMUX_COMMAND_PROXY            8       /* Open new connection */
   
 void    muxserver_listen(void);  void    muxserver_listen(void);
 void    muxclient(const char *);  int     muxclient(const char *);
 void    mux_exit_message(Channel *, int);  void    mux_exit_message(Channel *, int);
 void    mux_tty_alloc_failed(Channel *);  void    mux_tty_alloc_failed(Channel *);
   

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33