diff options
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index ee81e02053..1df80c6e4d 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -472,6 +472,7 @@ class FacebookProto : public PROTO<FacebookProto> void OnLoggedIn(); void OnLoggedOut(); + bool RefreshSid(); bool RefreshToken(); FacebookUser* RefreshThread(JSONNode& n); FacebookUser* RefreshThread(CMStringW& wszId); |