diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
commit | 1aa7fb19562f9462311e55dc0b9a7fac18c31180 (patch) | |
tree | abe836fdcac52cf7291cec5a682ce414ebab176d /protocols/FacebookRM/proto.h | |
parent | e45307525555ee23035c0d87fbac3ed8ce5a31e8 (diff) |
Updated Facebook RM
git-svn-id: http://svn.miranda-ng.org/main/trunk@176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/proto.h')
-rw-r--r-- | protocols/FacebookRM/proto.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/protocols/FacebookRM/proto.h b/protocols/FacebookRM/proto.h index bacdc5c109..d4966874ce 100644 --- a/protocols/FacebookRM/proto.h +++ b/protocols/FacebookRM/proto.h @@ -116,9 +116,9 @@ public: int __cdecl GetAvatarInfo(WPARAM, LPARAM );
int __cdecl GetAvatarCaps(WPARAM, LPARAM );
int __cdecl VisitProfile(WPARAM, LPARAM );
- int __cdecl RemoveFriend(WPARAM, LPARAM );
- int __cdecl AddFriend(WPARAM, LPARAM );
- int __cdecl ApproveFriend(WPARAM, LPARAM );
+ int __cdecl CancelFriendship(WPARAM, LPARAM );
+ int __cdecl RequestFriendship(WPARAM, LPARAM );
+ int __cdecl ApproveFriendship(WPARAM, LPARAM );
// Events
int __cdecl OnModulesLoaded(WPARAM, LPARAM);
@@ -166,7 +166,7 @@ public: // Contacts handling
bool IsMyContact(HANDLE, bool include_chat = false);
HANDLE ContactIDToHContact(std::string);
- HANDLE AddToContactList(facebook_user*, bool dont_check = false, const char *new_name = "");
+ HANDLE AddToContactList(facebook_user*, BYTE type, bool dont_check = false, const char *new_name = "");
void SetAllContactStatuses(int);
// Chats handling
@@ -195,7 +195,6 @@ public: HANDLE avatar_lock_;
HANDLE log_lock_;
HANDLE update_loop_lock_;
- //HANDLE message_loop_lock_;
HANDLE m_hNetlibUser;
|