summaryrefslogtreecommitdiffhomepage
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
commit89e64c631ec8dee41ec4de888548d36887b6ec98 (patch)
tree91fc3aee54e9b9cac7ec893ddf91cb944e3fc220 /x11fwd.h
parent468656b4aab5bc0040e3ecbfd7f66f52a15da76d (diff)
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 */