X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fdiscovery.h;h=48571695c52756a2c475b4364bbf7c3a2d88571d;hb=HEAD;hp=bd034a80068bd4dba697c0402a827813a0aac5e0;hpb=ec02aca3d7888f072c5c0d52ba6b5c37ed42b69e;p=meshlink diff --git a/src/discovery.h b/src/discovery.h index bd034a80..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 @@ -22,7 +22,9 @@ #include -extern bool discovery_start(meshlink_handle_t *mesh); -extern void discovery_stop(meshlink_handle_t *mesh); +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