comparison x11fwd.h @ 13:db2c8e6fb284

Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Jun 2004 18:08:34 +0000
parents f76c9389e9e0
children deed0571cacc
comparison
equal deleted inserted replaced
12:7a37cff27258 13:db2c8e6fb284
29 #include "chansession.h" 29 #include "chansession.h"
30 #include "channel.h" 30 #include "channel.h"
31 31
32 int x11req(struct ChanSess * chansess); 32 int x11req(struct ChanSess * chansess);
33 void x11setauth(struct ChanSess *chansess); 33 void x11setauth(struct ChanSess *chansess);
34 void x11cleanup(struct Listener *listener); 34 void x11cleanup(struct ChanSess *chansess);
35 35
36 #endif /* DROPBEAR_X11FWD */ 36 #endif /* DROPBEAR_X11FWD */
37 #endif /* _X11FWD_H_ */ 37 #endif /* _X11FWD_H_ */