summaryrefslogtreecommitdiffstats
path: root/test/parser/network.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/network.c')
-rw-r--r--test/parser/network.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/parser/network.c b/test/parser/network.c
index 9c57309..6870dd2 100644
--- a/test/parser/network.c
+++ b/test/parser/network.c
@@ -51,3 +51,10 @@ uint8_t *find_mac_by_name(void *ctx, struct network *network,
return talloc_memdup(ctx, &interface->hwaddr,
sizeof(uint8_t) * HWADDR_SIZE);
}
+
+void network_requery_device(struct network *network,
+ struct discover_device *dev)
+{
+ (void)network;
+ (void)dev;
+}
OpenPOWER on IntegriCloud