summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/parser/handler.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/parser/handler.c b/test/parser/handler.c
index e356407..e455c22 100644
--- a/test/parser/handler.c
+++ b/test/parser/handler.c
@@ -102,3 +102,11 @@ void boot_cancel(struct boot_task *task)
{
(void)task;
}
+
+void pending_network_jobs_start(void)
+{
+}
+
+void pending_network_jobs_cancel(void)
+{
+}
OpenPOWER on IntegriCloud