Minor change to API (renamed get_device_id to get_id). More complete Scala binding

This commit is contained in:
Joseph Henry
2017-10-16 15:12:37 -07:00
parent e8f1a4db73
commit fdd6010456
13 changed files with 288 additions and 76 deletions

View File

@@ -74,7 +74,7 @@ std::vector<ZT_VirtualNetworkRoute> *zts_get_network_routes(char *nwid);
* @param devID buffer to which the device ID (nodeID, ztAddress) should be copied
* @return
*/
int zts_get_device_id_from_file(const char *filepath, char *devID);
int zts_getid_from_file(const char *filepath, char *devID);
/**
* @brief Starts a ZeroTier service in the background
@@ -240,7 +240,7 @@ void zts_get_homepath(char *homePath, size_t len);
* @param devID Buffer to which id string is copied
* @return
*/
int zts_get_device_id(char *devID);
int zts_get_id(char *devID);
/**
* @brief Return the number of peers