diff options
author | aunsane <aunsane@gmail.com> | 2018-02-07 21:24:20 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-02-07 21:24:20 +0300 |
commit | a0905e751e2524f63d2468c2063191143b51785e (patch) | |
tree | a34ba66541b47c511d0e5fcb1d6088d9310b7f95 /protocols/Steam/src/steam_proto.h | |
parent | 18d9a96928b22e847967b41a89eec6f636a260b2 (diff) |
Steam:
- set default timeout for request in 3 sec
- clean geme info when contact goes offline
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index d1e5513baa..2478eb3223 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -158,6 +158,7 @@ protected: void DeleteAuthSettings();
// contacts
+ void SetAllContactStatuses(int status);
void SetContactStatus(MCONTACT hContact, WORD status);
MCONTACT GetContactFromAuthEvent(MEVENT hEvent);
|