diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-02 22:41:39 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-02 22:41:39 +0300 |
commit | 21dc4a9453ed2a837e6a8d6b45ccd932d26fdfe8 (patch) | |
tree | 658fa4cec81af096d21d49b08c078060e047c15a /protocols/Discord/src/stdafx.h | |
parent | 38d7885b91b6026b1a518e8c7d34172a08da4c87 (diff) |
- code cleaning;
- version bump
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index 01f35bfb35..dd468dbd87 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -64,6 +64,7 @@ extern HWND g_hwndHeartbeat; #define DB_KEY_GROUP "GroupName" #define DB_KEYVAL_GROUP L"Discord" +SnowFlake getId(const JSONNode &pNode); CMStringW PrepareMessageText(const JSONNode &pRoot); int StrToStatus(const CMStringW &str); time_t StringToDate(const CMStringW &str); |