summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/proto.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-12-01 09:06:01 +0000
committerRobert Pösel <robyer@seznam.cz>2014-12-01 09:06:01 +0000
commit4a58d85d8dd5f120eb0d0c429e0b46cdeb25c629 (patch)
tree62f758761cd0b8b328e4ae36025b8a798f8ce604 /protocols/FacebookRM/src/proto.h
parent14779e590564b1e1057121c1c68979b0df1cad15 (diff)
Facebook: Respect chosen website option for newsfeed links (fixes #843)
git-svn-id: http://svn.miranda-ng.org/main/trunk@11190 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r--protocols/FacebookRM/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h
index fc869b581c..8f85582ca6 100644
--- a/protocols/FacebookRM/src/proto.h
+++ b/protocols/FacebookRM/src/proto.h
@@ -237,6 +237,7 @@ public:
void ToggleStatusMenuItems(BOOL bEnable);
void StickerAsSmiley(std::string stickerId, const std::string &url, MCONTACT hContact);
void SaveName(MCONTACT hContact, const facebook_user *fbu);
+ std::string PrepareUrl(std::string url);
void OpenUrl(std::string url);
void __cdecl OpenUrlThread(void*);
void MessageRead(MCONTACT hContact);