summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/proto.h')
-rw-r--r--protocols/FacebookRM/proto.h9
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;