[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.68 and 1.69

version 1.68, 2002/06/10 22:28:41 version 1.69, 2002/06/23 21:06:41
Line 205 
Line 205 
 /* x11 forwarding */  /* x11 forwarding */
   
 int      x11_connect_display(void);  int      x11_connect_display(void);
 int      x11_create_display_inet(int, int, int);  int      x11_create_display_inet(int, int, int, u_int *);
 void     x11_input_open(int, u_int32_t, void *);  void     x11_input_open(int, u_int32_t, void *);
 void     x11_request_forwarding_with_spoofing(int, const char *, const char *);  void     x11_request_forwarding_with_spoofing(int, const char *, const char *);
 void     deny_input_open(int, u_int32_t, void *);  void     deny_input_open(int, u_int32_t, void *);

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69