Mercurial > dropbear
comparison x11fwd.h @ 11:f76c9389e9e0
Mostly done with the listener changeover
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 03 Jun 2004 17:22:48 +0000 |
parents | 7f77962de998 |
children | db2c8e6fb284 |
comparison
equal
deleted
inserted
replaced
9:7f77962de998 | 11:f76c9389e9e0 |
---|---|
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 | 35 |
35 #endif /* DROPBEAR_X11FWD */ | 36 #endif /* DROPBEAR_X11FWD */ |
36 #endif /* _X11FWD_H_ */ | 37 #endif /* _X11FWD_H_ */ |