diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-02 22:53:15 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-02 22:53:15 +0000 |
commit | 3ff89e16119e063eb5719679e7b34d306116b265 (patch) | |
tree | 561932232ef2520287a3835509629f5a8a53c8a8 /protocols/FacebookRM/src/proto.h | |
parent | fe7d9276ebedd60308159925eb3f37d9a3b113a0 (diff) |
Facebook: Add support for showing unread notifications count as "unread emails" in clist
git-svn-id: http://svn.miranda-ng.org/main/trunk@8831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index 414e016bf0..49c9102367 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -125,6 +125,7 @@ public: INT_PTR __cdecl CheckNewsfeeds(WPARAM, LPARAM);
INT_PTR __cdecl CheckFriendRequests(WPARAM, LPARAM);
INT_PTR __cdecl RefreshBuddyList(WPARAM, LPARAM);
+ INT_PTR __cdecl GetNotificationsCount(WPARAM, LPARAM);
INT_PTR __cdecl OnJoinChat(WPARAM,LPARAM);
INT_PTR __cdecl OnLeaveChat(WPARAM,LPARAM);
|