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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/FacebookRM/proto.h b/protocols/FacebookRM/proto.h
index 8a10c5629a..6d956b0db9 100644
--- a/protocols/FacebookRM/proto.h
+++ b/protocols/FacebookRM/proto.h
@@ -119,6 +119,7 @@ public:
int __cdecl CancelFriendship(WPARAM, LPARAM );
int __cdecl RequestFriendship(WPARAM, LPARAM );
int __cdecl ApproveFriendship(WPARAM, LPARAM );
+ int __cdecl OnCancelFriendshipRequest(WPARAM, LPARAM );
// Events
int __cdecl OnModulesLoaded(WPARAM, LPARAM);
@@ -162,6 +163,7 @@ public:
void __cdecl DeleteContactFromServer(void*);
void __cdecl AddContactToServer(void*);
void __cdecl ApproveContactToServer(void*);
+ void __cdecl CancelFriendsRequest(void*);
// Contacts handling
bool IsMyContact(HANDLE, bool include_chat = false);