forked from Green-Sky/tomato
Squashed 'external/toxcore/c-toxcore/' changes from 81b1e4f63..59d3f6674
59d3f6674 chore(deps): bump golang.org/x/net 9324a974d fix: forgot an enum in the nodes request rename see https://github.com/TokTok/c-toxcore/pull/2860 git-subtree-dir: external/toxcore/c-toxcore git-subtree-split: 59d3f6674f39d3cda6ccc9d0223602d7df90d280
This commit is contained in:
@ -410,7 +410,7 @@ typedef enum Tox_Event_Type {
|
||||
TOX_EVENT_GROUP_JOIN_FAIL = 37,
|
||||
TOX_EVENT_GROUP_MODERATION = 38,
|
||||
|
||||
TOX_EVENT_DHT_GET_NODES_RESPONSE = 39,
|
||||
TOX_EVENT_DHT_NODES_RESPONSE = 39,
|
||||
|
||||
TOX_EVENT_INVALID = 255,
|
||||
} Tox_Event_Type;
|
||||
|
Reference in New Issue
Block a user