diff options
Diffstat (limited to 'protocols/Facebook/src/proto.h')
-rw-r--r-- | protocols/Facebook/src/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Facebook/src/proto.h b/protocols/Facebook/src/proto.h index 34ca49eb3f..4015244ac6 100644 --- a/protocols/Facebook/src/proto.h +++ b/protocols/Facebook/src/proto.h @@ -444,6 +444,8 @@ class FacebookProto : public PROTO<FacebookProto> return m_users.find((FacebookUser *)&id); } + void FetchAttach(const CMStringA &mid, __int64 fbid, CMStringA &szBody); + void OnLoggedIn(); void OnLoggedOut(); |