aboutsummaryrefslogtreecommitdiffstats
path: root/rfb/SFTMsgReader.h
diff options
context:
space:
mode:
Diffstat (limited to 'rfb/SFTMsgReader.h')
-rw-r--r--rfb/SFTMsgReader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfb/SFTMsgReader.h b/rfb/SFTMsgReader.h
index dff06a46..32ac8697 100644
--- a/rfb/SFTMsgReader.h
+++ b/rfb/SFTMsgReader.h
@@ -46,7 +46,7 @@ namespace rfb {
bool readFileUploadRqst(unsigned int *pFilenameSize, char *pFilename,
unsigned int *pPosition);
- void *readFileUploadData(unsigned int *pDataSize, unsigned int *pModTime);
+ char *readFileUploadData(unsigned int *pDataSize, unsigned int *pModTime);
bool readFileCreateDirRqst(unsigned int *pDirNameSize, char *pDirName);