12345678910111213141516171819202122232425262728293031323334353637 |
- #ifndef DROPBEAR__X11FWD_H_
- #define DROPBEAR__X11FWD_H_
- #if DROPBEAR_X11FWD
- #include "includes.h"
- #include "chansession.h"
- #include "channel.h"
- int x11req(struct ChanSess * chansess);
- void x11setauth(const struct ChanSess *chansess);
- void x11cleanup(struct ChanSess *chansess);
- #endif
- #endif
|