summaryrefslogtreecommitdiff
path: root/plugins/MessageState/src/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MessageState/src/global.h')
-rw-r--r--plugins/MessageState/src/global.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MessageState/src/global.h b/plugins/MessageState/src/global.h
index 7a0ca5e446..463142be2f 100644
--- a/plugins/MessageState/src/global.h
+++ b/plugins/MessageState/src/global.h
@@ -22,9 +22,10 @@ enum SRMM_ICON_TYPE
#define FLAG_CONTAINS(x,y) ((x & y) == y)
#define DBKEY_MESSAGE_READ_TIME "LastMsgReadTime"
+#define DBKEY_MESSAGE_READ_TIME_TYPE "LastMsgReadTimeType"
int OnModulesLoaded(WPARAM, LPARAM);
-INT_PTR DummyService(WPARAM, LPARAM);
+INT_PTR UpdateService(WPARAM, LPARAM);
#endif //_GLOBAL_H_ \ No newline at end of file