summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ZeroTierOne.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h
index 61cee72e..3ba98d28 100644
--- a/include/ZeroTierOne.h
+++ b/include/ZeroTierOne.h
@@ -203,7 +203,7 @@ typedef struct
/**
* Packet data
*/
- const char packetData[ZT1_MAX_WIRE_MESSAGE_LENGTH];
+ char packetData[ZT1_MAX_WIRE_MESSAGE_LENGTH];
/**
* Length of packet
@@ -244,7 +244,7 @@ typedef struct
/**
* Ethernet frame data
*/
- const char frameData[ZT1_MAX_MTU];
+ char frameData[ZT1_MAX_MTU];
/**
* Ethernet frame length
@@ -717,9 +717,7 @@ void ZT1_Node_freeQueryResult(void *qr);
* @param networkConfigMasterInstance Instance of NetworkConfigMaster C++ class or NULL to disable
* @return OK (0) or error code if a fatal error condition has occurred
*/
-enum ZT1_ResultCode ZT1_Node_setNetconfMaster(
- ZT1_Node *node,
- void *networkConfigMasterInstance);
+void ZT1_Node_setNetconfMaster(ZT1_Node *node,void *networkConfigMasterInstance);
/**
* Get ZeroTier One version