summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-01-11 19:50:04 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-01-11 19:50:04 +0300
commite004a33b7853108b49f77ced20a460b3c8b78c35 (patch)
tree18bdffdf6db026cd108a337c1f15dcf89c351d9d /protocols/Discord/src/proto.h
parent499aee4b2b43b2835a4fb13410cd195fb5a4311a (diff)
Discord:
- API version is locked to v6; - important fix for handling errors in http requests
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 f9a0c99481..15a6a9eeeb 100644
--- a/protocols/Discord/src/proto.h
+++ b/protocols/Discord/src/proto.h
@@ -17,6 +17,7 @@ struct AsyncHttpRequest : public NETLIBHTTPREQUEST, public MZeroedObject
CMStringA m_szParam;
HttpCallback m_pCallback;
int m_iErrorCode, m_iReqNum;
+ bool m_bMainSite;
void *pUserInfo;
};