summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-02-11 14:55:27 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-02-11 14:55:27 +0300
commite22532dbddb956abd18e7cae5adb3d3cbb209578 (patch)
tree41a078532e06c9aa1b1ce4533943e18b34d18f7c /protocols/ICQ-WIM/src/proto.h
parent3d73baedd01e331259a9be1795cd83ad81f71652 (diff)
ICQ-WIM:
- support for file description in file transfers; - fix for passing file chunks for large files; - added reaction to http error code 206 (partial success); - version bump
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.h')
-rw-r--r--protocols/ICQ-WIM/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ICQ-WIM/src/proto.h b/protocols/ICQ-WIM/src/proto.h
index 325c745a32..253bc15927 100644
--- a/protocols/ICQ-WIM/src/proto.h
+++ b/protocols/ICQ-WIM/src/proto.h
@@ -113,7 +113,7 @@ struct IcqFileTransfer : public MZeroedObject
int m_fileId = -1;
CMStringA m_szHost;
- CMStringW m_wszFileName;
+ CMStringW m_wszFileName, m_wszDescr;
const wchar_t *m_wszShortName;
PROTOFILETRANSFERSTATUS pfts;