summaryrefslogtreecommitdiff
path: root/include/m_protosvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_protosvc.h')
-rw-r--r--include/m_protosvc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h
index aea91827ea..8ffed797c1 100644
--- a/include/m_protosvc.h
+++ b/include/m_protosvc.h
@@ -778,9 +778,9 @@ struct PROTORECVFILE
{
DWORD dwFlags; // PRFF_*
DWORD timestamp; // unix time
- MAllStrings descr; // file description
+ MAllCStrings descr; // file description
int fileCount; // number of files being transferred
- MAllStringArray files; // array of file names
+ MAllCStringArray files; // array of file names
LPARAM lParam; // extra space for the network level protocol module
};