From: Ondrej Zajicek (work) Date: Sun, 30 Jun 2019 20:31:31 +0000 (+0200) Subject: Add mock-up function for unit tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92f561b30f7d5bd279b7b7692957cac1f011d5f9;p=thirdparty%2Fbird.git Add mock-up function for unit tests They failed without it. --- 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) {}