X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=src%2Fadns.c;h=a04310149f07a76cf3ff7ae2d05db369fb921d23;hb=0f0bea383106de1a896905fdf8a56f55265bce74;hp=8181140d15ddb011e3837bff81119b272b9fd9f5;hpb=f13c6d9a4dbfce011fc4c3a5260b38b9a2a4fcc5;p=meshlink diff --git a/src/adns.c b/src/adns.c index 8181140d..a0431014 100644 --- a/src/adns.c +++ b/src/adns.c @@ -141,7 +141,7 @@ struct adns_blocking_info { bool done; }; -void *adns_blocking_handler(void *data) { +static void *adns_blocking_handler(void *data) { struct adns_blocking_info *info = data; logger(info->mesh, MESHLINK_DEBUG, "Resolving %s port %s", info->host, info->serv);