summaryrefslogtreecommitdiffstats
path: root/discover/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/network.h')
-rw-r--r--discover/network.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/discover/network.h b/discover/network.h
index bfd1ab1..e5e05d5 100644
--- a/discover/network.h
+++ b/discover/network.h
@@ -15,5 +15,8 @@ void network_register_device(struct network *network,
void network_unregister_device(struct network *network,
struct discover_device *dev);
+uint8_t *find_mac_by_name(void *ctx, struct network *network,
+ const char *name);
+
#endif /* NETWORK_H */
OpenPOWER on IntegriCloud