summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-20 23:19:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-20 23:19:29 +0300
commit4b3ab972d3109f4014746fc8b1ea5b443697861c (patch)
tree7b5eb03f1b7c3a66fce857ffd30b5774e2cd268e /protocols/Discord/src/stdafx.h
parentbe6e15b71fcf555aad8bfd9054ca66ec71b91408 (diff)
- valid (but totally undocumented) way of reading guild users;
- fix for decoding several replies from the single packet;
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 42bb766230..6857b6f9f4 100644
--- a/protocols/Discord/src/stdafx.h
+++ b/protocols/Discord/src/stdafx.h
@@ -63,5 +63,6 @@ extern HWND g_hwndHeartbeat;
#define DB_KEY_GROUP "GroupName"
#define DB_KEYVAL_GROUP L"Discord"
+int StrToStatus(const CMStringW &str);
time_t StringToDate(const CMStringW &str);
int SerialNext(void); \ No newline at end of file