diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-01-19 13:39:51 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-01-19 13:39:51 +0300 |
| commit | 4f96ac493ef8e912cd1507fe79e4831a8cf7efb0 (patch) | |
| tree | 1353aaa74990b265161a7ac97191d6983bb6f01c /include | |
| parent | ffd5d3db80f0f4d97747e2810ea55b7fb9a3ad98 (diff) | |
code cleaning
Diffstat (limited to 'include')
| -rw-r--r-- | include/m_protosvc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_protosvc.h b/include/m_protosvc.h index 95c9e57e60..74626d3c0c 100644 --- a/include/m_protosvc.h +++ b/include/m_protosvc.h @@ -775,7 +775,7 @@ struct PROTORECVFILE MAllCStrings descr; // file description
int fileCount; // number of files being transferred
MAllCStringArray files; // array of file names
- LPARAM lParam; // extra space for the network level protocol module
+ void *pUserInfo; // extra space for the network level protocol module
const char *szId; // server message id
const char *szUserId; // groupchat user id
const char *szReplyId; // this message is a reply to a message with that server id
|
