aboutsummaryrefslogtreecommitdiffstats
path: root/vncviewer/FTMsgWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'vncviewer/FTMsgWriter.h')
-rw-r--r--vncviewer/FTMsgWriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vncviewer/FTMsgWriter.h b/vncviewer/FTMsgWriter.h
index e41ca800..42e9a93d 100644
--- a/vncviewer/FTMsgWriter.h
+++ b/vncviewer/FTMsgWriter.h
@@ -37,7 +37,7 @@ namespace rfb {
FTMsgWriter(rdr::OutStream *pOS);
~FTMsgWriter();
- bool writeFileListRqst(char *pDirName, bool bDirOnly);
+ bool writeFileListRqst(unsigned short dirnameLen, char *pDirName, bool bDirOnly);
bool writeFileDownloadCancel(unsigned short reasonLen, char *pReason);
bool writeFileDownloadRqst(unsigned short filenameLen, char *pFilename,