summaryrefslogtreecommitdiff
path: root/FacebookRM/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'FacebookRM/proto.h')
-rw-r--r--FacebookRM/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/FacebookRM/proto.h b/FacebookRM/proto.h
index e792b09..037643a 100644
--- a/FacebookRM/proto.h
+++ b/FacebookRM/proto.h
@@ -130,7 +130,7 @@ public:
int __cdecl OnMind(WPARAM,LPARAM);
int __cdecl OnPreShutdown(WPARAM,LPARAM);
int __cdecl OnPrebuildContactMenu(WPARAM,LPARAM);
- // TODO RM: Chat handling
+ int __cdecl OnIdleChanged(WPARAM,LPARAM);
int __cdecl OnChatOutgoing(WPARAM,LPARAM);
int __cdecl OnJoinChat(WPARAM,LPARAM);
int __cdecl OnLeaveChat(WPARAM,LPARAM);
@@ -169,7 +169,7 @@ public:
HANDLE AddToContactList(facebook_user*, bool dont_check = false, const char *new_name = "");
void SetAllContactStatuses(int);
- // TODO RM: Chats handling
+ // Chats handling
void AddChat(const char *id, const char *name);
void UpdateChat(const char *chat_id, const char *id, const char *name, const char *message);
bool IsChatContact(const char *chat_id, const char *id);