diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/m_protosvc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index d61165f403..76ed0eb260 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -779,6 +779,8 @@ struct PROTORECVFILE int fileCount; // number of files being transferred
MAllCStringArray files; // array of file names
LPARAM lParam; // extra space for the network level protocol module
+ const char *szId; // server message id
+ const char *szUserId; // groupchat user id
};
#define PSR_FILE "/RecvFile"
|