From bdf2e55d98636eacaac8188ee0bd000cc10d217c Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Wed, 12 Jun 2019 18:02:01 +0200 Subject: [PATCH] Add mock-up function for unit tests They failed without it. --- test/birdtest.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/birdtest.c b/test/birdtest.c index a4312e9b1..de65d0727 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -486,6 +486,7 @@ void cmd_check_config(char *name UNUSED) {} void cmd_reconfig(char *name UNUSED, int type UNUSED, int timeout UNUSED) {} void cmd_reconfig_confirm(void) {} void cmd_reconfig_undo(void) {} +void cmd_reconfig_status(void) {} void cmd_shutdown(void) {} void cmd_reconfig_undo_notify(void) {} -- 2.39.2