summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r--protocols/Discord/src/stdafx.h1
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);