summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-09-20 11:42:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-09-20 11:42:29 +0300
commitc3e3c5f2e3412ce9f67d52023ad37a38118255d0 (patch)
treeae4b09068540a68172c729bec89df21635abc9e3 /protocols/Discord/src/proto.h
parent9149988db38b64a55b624de030d224b5bb97ab80 (diff)
Discord: gateway opcode 9 processing added
Diffstat (limited to 'protocols/Discord/src/proto.h')
-rw-r--r--protocols/Discord/src/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Discord/src/proto.h b/protocols/Discord/src/proto.h
index f3f2a2a9bb..3b11a71f2e 100644
--- a/protocols/Discord/src/proto.h
+++ b/protocols/Discord/src/proto.h
@@ -219,6 +219,7 @@ class CDiscordProto : public PROTO<CDiscordProto>
void GatewaySendHeartbeat(void);
void GatewaySendIdentify(void);
void GatewaySendGuildInfo(SnowFlake id);
+ void GatewaySendResume(void);
GatewayHandlerFunc GetHandler(const wchar_t*);