summaryrefslogtreecommitdiffstats
path: root/test/parser/handler.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/parser/handler.c')
-rw-r--r--test/parser/handler.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/parser/handler.c b/test/parser/handler.c
index e455c22..a9856b4 100644
--- a/test/parser/handler.c
+++ b/test/parser/handler.c
@@ -7,6 +7,7 @@
#include "device-handler.h"
struct network;
+struct client;
typedef void (*boot_status_fn)(void *arg, struct status *);
@@ -110,3 +111,8 @@ void pending_network_jobs_start(void)
void pending_network_jobs_cancel(void)
{
}
+
+void discover_server_notify_plugins_remove(struct discover_server *server)
+{
+ (void)server;
+}
OpenPOWER on IntegriCloud