diff options
Diffstat (limited to 'protocols/Steam/src/steam_proto.h')
-rw-r--r-- | protocols/Steam/src/steam_proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Steam/src/steam_proto.h b/protocols/Steam/src/steam_proto.h index e7a6844153..650675edfd 100644 --- a/protocols/Steam/src/steam_proto.h +++ b/protocols/Steam/src/steam_proto.h @@ -106,6 +106,8 @@ protected: // account
bool IsOnline();
bool IsMe(const char *steamId);
+
+ bool Relogin();
void OnGotRsaKey(const HttpResponse *response);
|