diff options
Diffstat (limited to 'x11fwd.h')
-rw-r--r-- | x11fwd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ #include "channel.h" int x11req(struct ChanSess * chansess); -void x11setauth(struct ChanSess *chansess); +void x11setauth(const struct ChanSess *chansess); void x11cleanup(struct ChanSess *chansess); #endif /* DROPBEAR_X11FWD */ |