Removed vestigial API function zts_join_soft()

This commit is contained in:
Joseph Henry
2017-11-13 16:53:46 -08:00
parent fbfcd05a9a
commit 4525b2c553

View File

@@ -136,17 +136,6 @@ ZT_SOCKET_API int ZTCALL zts_running();
*/
ZT_SOCKET_API void ZTCALL zts_join(const uint64_t nwid);
/**
* @brief Joins a network (eventually), this will create the dir and conf file required, don't instruct the core
* to do anything
*
* @usage Candidate for deletion
* @param filepath path to the `*.conf` file named after the network
* @param nwid
* @return
*/
ZT_SOCKET_API void ZTCALL zts_join_soft(const char * filepath, const uint64_t nwid);
/**
* @brief Leaves a virtual network.
*