diff options
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);
|