X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdiscovery.h;fp=src%2Fdiscovery.h;h=03c431207a1569996e44f04fa4b4724f48ba5b6b;hb=3be09bc77ac43f45d3fc933f90c93567562d9231;hp=d3b8e0047b9f730ed9faaab7e4d344f27375eefd;hpb=c68c5ebd8abf7a91f3d0ea3d05aa872b6a40d78e;p=meshlink diff --git a/src/discovery.h b/src/discovery.h index d3b8e004..03c43120 100644 --- a/src/discovery.h +++ b/src/discovery.h @@ -3,7 +3,7 @@ /* discovery.h -- header for discovery.c - Copyright (C) 2014, 2017 Guus Sliepen + Copyright (C) 2014-2021 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,5 +25,6 @@ bool discovery_start(meshlink_handle_t *mesh); void discovery_stop(meshlink_handle_t *mesh); void discovery_refresh(meshlink_handle_t *mesh); +void scan_ifaddrs(meshlink_handle_t *mesh); #endif