diff x11fwd.h @ 1511:5916af64acd4 fuzz

merge from main
author Matt Johnston <matt@ucc.asn.au>
date Sat, 17 Feb 2018 19:29:51 +0800
parents 06d52bcb8094
children
line wrap: on
line diff
--- a/x11fwd.h	Tue Jan 23 23:27:40 2018 +0800
+++ b/x11fwd.h	Sat Feb 17 19:29:51 2018 +0800
@@ -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 */