summaryrefslogtreecommitdiffhomepage
path: root/x11fwd.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-06-03 18:08:34 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-06-03 18:08:34 +0000
commitae1b0b07cf0bfe3e4d8694409bd490ba8c325b95 (patch)
tree0d633bc0b52ece436ca86ee84581ce7058984a31 /x11fwd.h
parent9847cfe73d073e7986304915702ebb0e2f99eb15 (diff)
Fixed stupid agentfwd error (using the listening FD, not the accepted on. gah)
--HG-- extra : convert_revision : 27e793a6395dbf5f2c0aa130d37fad2e4ef67e01
Diffstat (limited to 'x11fwd.h')
-rw-r--r--x11fwd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11fwd.h b/x11fwd.h
index 13cd11f..5855a68 100644
--- a/x11fwd.h
+++ b/x11fwd.h
@@ -31,7 +31,7 @@
int x11req(struct ChanSess * chansess);
void x11setauth(struct ChanSess *chansess);
-void x11cleanup(struct Listener *listener);
+void x11cleanup(struct ChanSess *chansess);
#endif /* DROPBEAR_X11FWD */
#endif /* _X11FWD_H_ */