comparison 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
comparison
equal deleted inserted replaced
1458:bdd3802c8ac6 1459:06d52bcb8094
28 #include "includes.h" 28 #include "includes.h"
29 #include "chansession.h" 29 #include "chansession.h"
30 #include "channel.h" 30 #include "channel.h"
31 31
32 int x11req(struct ChanSess * chansess); 32 int x11req(struct ChanSess * chansess);
33 void x11setauth(struct ChanSess *chansess); 33 void x11setauth(const struct ChanSess *chansess);
34 void x11cleanup(struct ChanSess *chansess); 34 void x11cleanup(struct ChanSess *chansess);
35 35
36 #endif /* DROPBEAR_X11FWD */ 36 #endif /* DROPBEAR_X11FWD */
37 #endif /* DROPBEAR__X11FWD_H_ */ 37 #endif /* DROPBEAR__X11FWD_H_ */