summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2016-01-13 17:47:34 -0800
committerGrant Limberg <glimberg@gmail.com>2016-01-13 17:47:34 -0800
commit6dac0c8c4f26e9311b8cdea005728cd662609796 (patch)
tree937fc284c62de840983b658357732a3d88f23534
parent2e5caa335a60b701dd184e775b6491e1491cf94c (diff)
downloadinfinitytier-6dac0c8c4f26e9311b8cdea005728cd662609796.tar.gz
infinitytier-6dac0c8c4f26e9311b8cdea005728cd662609796.zip
C doesn't support default arguments
-rw-r--r--include/ZeroTierOne.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 8e0d0db3..8a74eafa 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -1241,7 +1241,7 @@ enum ZT_ResultCode ZT_Node_processBackgroundTasks(ZT_Node *node,uint64_t now,vol
* @param uptr An arbitrary pointer to associate with this network (default: NULL)
* @return OK (0) or error code if a fatal error condition has occurred
*/
-enum ZT_ResultCode ZT_Node_join(ZT_Node *node,uint64_t nwid,void *uptr = (void *)0);
+enum ZT_ResultCode ZT_Node_join(ZT_Node *node,uint64_t nwid,void *uptr);
/**
* Leave a network
@@ -1258,7 +1258,7 @@ enum ZT_ResultCode ZT_Node_join(ZT_Node *node,uint64_t nwid,void *uptr = (void *
* @param uptr Target pointer is set to uptr (if not NULL)
* @return OK (0) or error code if a fatal error condition has occurred
*/
-enum ZT_ResultCode ZT_Node_leave(ZT_Node *node,uint64_t nwid,void **uptr = (void **)0);
+enum ZT_ResultCode ZT_Node_leave(ZT_Node *node,uint64_t nwid,void **uptr);
/**
* Subscribe to an Ethernet multicast group