summaryrefslogtreecommitdiffstats
path: root/sesman/chansrv/devredir.c
diff options
context:
space:
mode:
authorPavel Roskin <plroskin@gmail.com>2017-01-22 10:27:50 -0800
committerPavel Roskin <plroskin@gmail.com>2017-01-22 22:39:10 -0800
commite35b5a47083a094dac426061e7fb936b02204026 (patch)
tree5a74b6e974783779852abad7901bf741fc307308 /sesman/chansrv/devredir.c
parent92d9f2e37e62e1354266d599dc37d6f9fe557351 (diff)
downloadxrdp-proprietary-e35b5a47083a094dac426061e7fb936b02204026.tar.gz
xrdp-proprietary-e35b5a47083a094dac426061e7fb936b02204026.zip
Constify string arguments in xrdp-chansrv sources
Diffstat (limited to 'sesman/chansrv/devredir.c')
-rw-r--r--sesman/chansrv/devredir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sesman/chansrv/devredir.c b/sesman/chansrv/devredir.c
index a8377e7d..437b97d9 100644
--- a/sesman/chansrv/devredir.c
+++ b/sesman/chansrv/devredir.c
@@ -102,7 +102,7 @@ tui32 g_device_id; /* unique device ID - announced by client */
tui16 g_client_rdp_version; /* returned by client */
struct stream *g_input_stream = NULL;
-void xfuse_devredir_cb_write_file(void *vp, char *buf, size_t length);
+void xfuse_devredir_cb_write_file(void *vp, const char *buf, size_t length);
/*****************************************************************************/
int APP_CC