]> git.meshlink.io Git - meshlink/blobdiff - src/net_setup.c
start to implement tinc_start
[meshlink] / src / net_setup.c
index fdd48348d43d861c5097c2d2943e8c7073f4f2f0..4574fbce4ab358ccb822bc71bd67b87043737050 100644 (file)
@@ -723,7 +723,7 @@ static bool add_listen_address(char *address, bool bindto) {
 /*
   Configure node_t myself and set up the local sockets (listen only)
 */
-static bool setup_myself(void) {
+bool setup_myself(void) {
        char *name, *hostname, *cipher, *digest, *type;
        char *address = NULL;
        bool port_specified = false;