From 4525b2c553b1ca58da59b2091396ef2909ae3640 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Mon, 13 Nov 2017 16:53:46 -0800 Subject: [PATCH] Removed vestigial API function zts_join_soft() --- include/libzt.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/include/libzt.h b/include/libzt.h index 022b143..0b3c164 100644 --- a/include/libzt.h +++ b/include/libzt.h @@ -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. *