comparison x11fwd.h @ 9:7f77962de998

- Reworked non-channel fd handling to listener.c - More channel cleaning up
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Jun 2004 16:45:53 +0000
parents fe6bca95afa7
children f76c9389e9e0
comparison
equal deleted inserted replaced
7:425ed5c20157 9:7f77962de998
28 #include "includes.h" 28 #include "includes.h"
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 int x11accept(struct ChanSess * chansess);
34 void x11cleanup(struct ChanSess * chansess);
35 void x11setauth(struct ChanSess *chansess); 33 void x11setauth(struct ChanSess *chansess);
36 34
37 #endif /* DROPBEAR_X11FWD */ 35 #endif /* DROPBEAR_X11FWD */
38 #endif /* _X11FWD_H_ */ 36 #endif /* _X11FWD_H_ */