summaryrefslogtreecommitdiff
path: root/protocols/Facebook/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-12-28 22:36:14 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-12-28 22:36:14 +0300
commit9406569f424b79ff8186f7608cb479e2dbf3a420 (patch)
tree432eb948490745dcb2881a1358f3c6e3808e9725 /protocols/Facebook/src/proto.h
parentf4c0a80048dd2ed919ed56cdb856d27f1d0685e4 (diff)
fixes #2160 (Facebook: deleted session doesn't empty invalid security token)
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r--protocols/Facebook/src/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h
index be40348793..b25cd31d5c 100644
--- a/protocols/Facebook/src/proto.h
+++ b/protocols/Facebook/src/proto.h
@@ -428,7 +428,7 @@ class FacebookProto : public PROTO<FacebookProto>
void OnLoggedOut();
bool RefreshToken();
- bool RefreshContacts();
+ int RefreshContacts();
void __cdecl SendMessageAckThread(void *);
void __cdecl ServerThread(void *);