diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-06-30 08:29:55 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-06-30 08:29:55 +0000 |
commit | 092bd6e814c5112e19fcffb8716e1a02938f8803 (patch) | |
tree | 8fbf4e303682bc4e7fece17b01348e0ab36f979f /protocols/Steam/src/steam_proto.h | |
parent | ff1c157a941458735ece56effc60f3ab7a88b8d8 (diff) |
Steam: Implement two factor (mobile) authentization; version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@17052 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 4f47883aa2..672f500451 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -129,6 +129,7 @@ protected: void OnLoggedOn(const HttpResponse *response);
void HandleTokenExpired();
+ void DeleteAuthSettings();
// contacts
void SetContactStatus(MCONTACT hContact, WORD status);
|