diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-23 12:35:20 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-02-23 12:35:20 -0800 |
commit | 010dbc8b2b48902c385f8ae9f1411ff34f898774 (patch) | |
tree | df2804d5c1ff8b71467142571d6c47f1a5b1c8bd /include | |
parent | 72653e54f951b2a47686d420186f59f533542940 (diff) | |
parent | 93ec86a26e5e9312ee913258c3e55eb03af147a7 (diff) | |
download | infinitytier-010dbc8b2b48902c385f8ae9f1411ff34f898774.tar.gz infinitytier-010dbc8b2b48902c385f8ae9f1411ff34f898774.zip |
Merge.
Diffstat (limited to 'include')
-rw-r--r-- | include/ZeroTierOne.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index ddd0b404..8a13c117 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -1808,7 +1808,7 @@ enum ZT_ResultCode ZT_Node_orbit(ZT_Node *node,uint64_t moonWorldId,uint64_t moo * @param moonWorldId World ID of moon to remove * @return Error if anything bad happened */ -ZT_ResultCode ZT_Node_deorbit(ZT_Node *node,uint64_t moonWorldId); +enum ZT_ResultCode ZT_Node_deorbit(ZT_Node *node,uint64_t moonWorldId); /** * Get this node's 40-bit ZeroTier address |