diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 1ed62dff5c..e2a76fa44b 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -28,6 +28,8 @@ struct SendMessageParam { MCONTACT hContact; HANDLE hMessage; + const char *msg; + int flags; }; struct STEAM_SEARCH_RESULT @@ -198,6 +200,7 @@ protected: void ExecuteRequest(QueueItem *requestItem); + void __cdecl SendMsgThread(void*); void __cdecl QueueThread(void*); // pooling thread |