[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.78 and 1.79

version 1.78, 2005/07/08 09:41:33 version 1.79, 2005/07/17 06:49:04
Line 213 
Line 213 
 /* x11 forwarding */  /* x11 forwarding */
   
 int      x11_connect_display(void);  int      x11_connect_display(void);
 int      x11_create_display_inet(int, int, int, u_int *);  int      x11_create_display_inet(int, int, int, u_int *, 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 *,
             const char *);              const char *);

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79