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

Diff for /src/usr.bin/ssh/channels.h between version 1.101 and 1.102

version 1.101, 2010/01/09 23:04:13 version 1.102, 2010/01/11 01:39:46
Line 242 
Line 242 
 void     channel_print_adm_permitted_opens(void);  void     channel_print_adm_permitted_opens(void);
 int      channel_input_port_forward_request(int, int);  int      channel_input_port_forward_request(int, int);
 Channel *channel_connect_to(const char *, u_short, char *, char *);  Channel *channel_connect_to(const char *, u_short, char *, char *);
   Channel *channel_connect_stdio_fwd(const char*, u_short);
 Channel *channel_connect_by_listen_address(u_short, char *, char *);  Channel *channel_connect_by_listen_address(u_short, char *, char *);
 int      channel_request_remote_forwarding(const char *, u_short,  int      channel_request_remote_forwarding(const char *, u_short,
              const char *, u_short);               const char *, u_short);

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102