From fe94c9460b49ecbbc2064121c4d59b7a468cc5ce Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Tue, 31 Mar 2015 11:52:10 -0700 Subject: Phy is a better name than Wire, and other cleanup. --- include/ZeroTierOne.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ZeroTierOne.h b/include/ZeroTierOne.h index 1707174a..670cf56d 100644 --- a/include/ZeroTierOne.h +++ b/include/ZeroTierOne.h @@ -338,14 +338,14 @@ typedef void (*ZT1_StatusCallback)(enum ZT1_StatusCode,const char *,const void * * * @param node Result parameter: pointer to set to new node instance * @param homePath ZeroTier home path for storing state information - * @param lanConfigUpdateCallback Function to be called when virtual LANs are created, deleted, or their config parameters change + * @param portConfigCallback Function to be called when virtual LANs are created, deleted, or their config parameters change * @param statusCallback Function to receive status updates and non-fatal error notices * @return OK (0) or error code if a fatal error condition has occurred */ enum ZT1_ReturnValue ZT1_Node_new( ZT1_Node **node, const char *homePath, - ZT1_VirtualLanConfigCallback *lanConfigUpdateCallback, + ZT1_VirtualPortConfigCallback *portConfigCallback, ZT1_StatusCallback *statusCallback); /** -- cgit v1.2.3