]> git.meshlink.io Git - meshlink/commit
Add a function to destroy a MeshLink instance.
authorGuus Sliepen <guus@meshlink.io>
Wed, 28 Oct 2015 21:06:21 +0000 (22:06 +0100)
committerGuus Sliepen <guus@meshlink.io>
Sun, 25 Jun 2017 08:24:35 +0000 (10:24 +0200)
commit89d675c474a6717d9daa8b5d9ff2c0f2c03666f9
tree790d1aea73c9b35235e6e82a1c511cf6a3942a47
parent48c87b045ff3143f369c96208b7b318352d309f8
Add a function to destroy a MeshLink instance.

This will remove all configuration files related to a MeshLink instance.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
test/basic.c
test/basicpp.cpp