summaryrefslogtreecommitdiff
path: root/x11fwd.h
diff options
context:
space:
mode:
authorFrancois Perrad <francois.perrad@gadz.org>2017-08-19 17:16:13 +0200
committerFrancois Perrad <francois.perrad@gadz.org>2017-08-19 17:16:13 +0200
commit63300b49f30b3d63a551d4d568ae95fea24035ba (patch)
treef0cbad938d5ecac73806a7d9a5ae25268086fb31 /x11fwd.h
parent2eb1f9f6e588a675226bfefb379156378b065422 (diff)
downloaddropbear-63300b49f30b3d63a551d4d568ae95fea24035ba.tar.gz
Pointer parameter could be declared as pointing to const
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 aaf964b..96f51b1 100644
--- a/x11fwd.h
+++ b/x11fwd.h
@@ -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 */