diff options
Diffstat (limited to 'protocols/FacebookRM/src/proto.h')
-rw-r--r-- | protocols/FacebookRM/src/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/FacebookRM/src/proto.h b/protocols/FacebookRM/src/proto.h index fb7502e1af..92a2799b88 100644 --- a/protocols/FacebookRM/src/proto.h +++ b/protocols/FacebookRM/src/proto.h @@ -127,7 +127,7 @@ public: INT_PTR __cdecl CheckNewsfeeds(WPARAM, LPARAM); INT_PTR __cdecl CheckFriendRequests(WPARAM, LPARAM); INT_PTR __cdecl CheckNotifications(WPARAM, LPARAM); - INT_PTR __cdecl CheckOnThisDay(WPARAM, LPARAM); + INT_PTR __cdecl CheckMemories(WPARAM, LPARAM); INT_PTR __cdecl GetNotificationsCount(WPARAM, LPARAM); INT_PTR __cdecl OnJoinChat(WPARAM,LPARAM); @@ -175,7 +175,7 @@ public: void __cdecl ProcessPages(void*); void __cdecl LoadLastMessages(void*); void __cdecl SyncThreads(void*); - void __cdecl ProcessOnThisDay(void*); + void __cdecl ProcessMemories(void*); // Worker threads void __cdecl SignOn(void*); |