diff options
author | George Hazan <ghazan@miranda.im> | 2017-01-20 00:12:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-01-20 00:12:11 +0300 |
commit | fa78a351b86311df1e19cd5d0e835156a65d1fab (patch) | |
tree | dd38f650c4f6a9cdb545624262d8ea1876567c74 /protocols/Discord/src/proto.h | |
parent | 92b173c3a8553b59077aa2757c9627cb4c73d29e (diff) |
Discord: first version with groupchats
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r-- | protocols/Discord/src/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h index 3631c1237a..1b4e65d9b1 100644 --- a/protocols/Discord/src/proto.h +++ b/protocols/Discord/src/proto.h @@ -231,6 +231,9 @@ public: int __cdecl OnOptionsInit(WPARAM, LPARAM); int __cdecl OnDbEventRead(WPARAM, LPARAM); + int __cdecl GroupchatEventHook(WPARAM, LPARAM); + int __cdecl GroupchatMenuHook(WPARAM, LPARAM); + // dispatch commands void OnChannelCreated(const JSONNode&); void OnChannelDeleted(const JSONNode&); |