diff options
author | George Hazan <ghazan@miranda.im> | 2017-02-08 21:59:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-02-08 21:59:17 +0300 |
commit | 19535676169fea739dec9b582ad1470c768faae9 (patch) | |
tree | 59dc056ee5a5aeb5da330ada4b58ee9714aa9c22 /protocols/Discord/src/stdafx.h | |
parent | 5b00b966c446a17b23e5ca38504c829e064e08b8 (diff) |
Discord: support for changing nick names in chats
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index c87339aeb8..a5022fb7d6 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -68,4 +68,6 @@ SnowFlake getId(const JSONNode &pNode); CMStringW PrepareMessageText(const JSONNode &pRoot); int StrToStatus(const CMStringW &str); time_t StringToDate(const CMStringW &str); -int SerialNext(void);
\ No newline at end of file +int SerialNext(void); + +struct SESSION_INFO : public GCSessionInfoBase {};
\ No newline at end of file |