diff x11fwd.h @ 1459:06d52bcb8094

Pointer parameter could be declared as pointing to const
author Francois Perrad <francois.perrad@gadz.org>
date Sat, 19 Aug 2017 17:16:13 +0200
parents 750ec4ec4cbe
children
line wrap: on
line diff
--- a/x11fwd.h	Sat Aug 12 20:51:58 2017 +0200
+++ b/x11fwd.h	Sat Aug 19 17:16:13 2017 +0200
@@ -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 */