X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet_setup.c;h=af49ea09944092fa0b2d90575cb660c0c290924b;hb=8d4b96efb7955eaa96174af4804597f92e124041;hp=ceaeb0c5b1fb9f0502c65e34d23931e44f0221c4;hpb=d9a6e9b7951388016638d05656645b22d8723fdb;p=meshlink diff --git a/src/net_setup.c b/src/net_setup.c index ceaeb0c5..af49ea09 100644 --- a/src/net_setup.c +++ b/src/net_setup.c @@ -521,7 +521,7 @@ static bool add_listen_sockets(meshlink_handle_t *mesh) { /* Configure node_t mesh->self and set up the local sockets (listen only) */ -bool setup_myself(meshlink_handle_t *mesh) { +static bool setup_myself(meshlink_handle_t *mesh) { /* Set some defaults */ mesh->maxtimeout = 900;