diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index 17d62c3a75..02a613c617 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -253,7 +253,7 @@ class CSteamProto : public PROTO<CSteamProto> mir_cs m_csOwnMessages;
OBJLIST<COwnMessage> m_arOwnMessages;
- void SendFriendMessage(uint32_t msgId, int64_t steamId, const char *pszMessage);
+ int64_t SendFriendMessage(EChatEntryType, int64_t steamId, const char *pszMessage);
void OnGotIncomingMessage(const CFriendMessagesIncomingMessageNotification &reply, const CMsgProtoBufHeader &hdr);
void OnMessageSent(const CFriendMessagesSendMessageResponse &reply, const CMsgProtoBufHeader &hdr);
int __cdecl OnPreCreateMessage(WPARAM, LPARAM lParam);
|