just add skeleton request handling

This commit is contained in:
2019-07-09 21:46:17 +02:00
parent b2fc9cbb62
commit ffcc9f60f7
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ struct dc_gateway_;
typedef struct dc_gateway_ *dc_gateway_t;
typedef enum {
GATEWAY_OPCODE_EVENT = 0,
GATEWAY_OPCODE_PING = 1,
GATEWAY_OPCODE_IDENTIFY = 2,
GATEWAY_OPCODE_UPDATE = 3,