diff options
author | George Hazan <ghazan@miranda.im> | 2021-05-14 11:06:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-05-14 11:06:33 +0300 |
commit | 6b9cbcc049b4c580ffac4e39be8d97d73b58c80a (patch) | |
tree | f80b078f426b715caaf286020ad5e58b3ff8d7e0 /plugins/MessageState/src/global.h | |
parent | 4c1c35b232e53191844854974959761df63af114 (diff) |
fixes #2884 (ICQ: время прочтения сообщения безбожно врёт)
Diffstat (limited to 'plugins/MessageState/src/global.h')
-rw-r--r-- | plugins/MessageState/src/global.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MessageState/src/global.h b/plugins/MessageState/src/global.h index a689701802..21b12b27dc 100644 --- a/plugins/MessageState/src/global.h +++ b/plugins/MessageState/src/global.h @@ -34,10 +34,10 @@ __forceinline bool CheckProtoSupport(const char *szProto) void InitServices();
-void IconsUpdate(MCONTACT);
-void SetSRMMIcon(MCONTACT hContact, int type, time_t time = 0);
-__int64 GetPreciousTime(void);
-int OnModulesLoaded(WPARAM, LPARAM);
bool HasUnread(MCONTACT hContact);
+void IconsUpdate(MCONTACT hContact);
+void SetSRMMIcon(MCONTACT hContact, int type, time_t time = 0);
+
+int OnModulesLoaded(WPARAM, LPARAM);
#endif //_GLOBAL_H_
\ No newline at end of file |