[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.42 and 1.43

version 1.42, 2001/06/26 17:27:23 version 1.43, 2001/06/30 18:08:40
Line 184 
Line 184 
 void     channel_clear_permitted_opens(void);  void     channel_clear_permitted_opens(void);
 void     channel_input_port_forward_request(int, int);  void     channel_input_port_forward_request(int, int);
 int      channel_connect_to(const char *, u_short);  int      channel_connect_to(const char *, u_short);
 int      channel_connect_by_listen_adress(u_short);  int      channel_connect_by_listen_address(u_short);
 void     channel_request_remote_forwarding(u_short, const char *, u_short);  void     channel_request_remote_forwarding(u_short, const char *, u_short);
 int      channel_request_local_forwarding(u_short, const char *, u_short, int);  int      channel_request_local_forwarding(u_short, const char *, u_short, int);
 int  int

Legend:
Removed from v.1.42  
changed lines
  Added in v.1.43