diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-25 19:19:29 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-25 19:19:29 +0000 |
commit | 8b40cd9cc08fa1f252948db272c148cc72adccec (patch) | |
tree | 0dd2a06e547fc298785c5036c285ee0760abfed2 /protocols/FacebookRM/proto.h | |
parent | 6f21483e7347b4a6e3ec24856cba12147ba11fc3 (diff) |
Facebook: Fixed auths through auth dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@178 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/proto.h')
-rw-r--r-- | protocols/FacebookRM/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/proto.h b/protocols/FacebookRM/proto.h index d4966874ce..8a10c5629a 100644 --- a/protocols/FacebookRM/proto.h +++ b/protocols/FacebookRM/proto.h @@ -168,6 +168,7 @@ public: HANDLE ContactIDToHContact(std::string);
HANDLE AddToContactList(facebook_user*, BYTE type, bool dont_check = false, const char *new_name = "");
void SetAllContactStatuses(int);
+ HANDLE HContactFromAuthEvent(HANDLE hEvent);
// Chats handling
void AddChat(const char *id, const char *name);
|