comparison x11fwd.h @ 1478:3a933956437e coverity

update coverity
author Matt Johnston <matt@ucc.asn.au>
date Fri, 09 Feb 2018 23:49:22 +0800
parents 06d52bcb8094
children
comparison
equal deleted inserted replaced
1439:8d24733026c5 1478:3a933956437e
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_ */