From: Ondrej Zajicek (work) Date: Wed, 12 Jun 2019 16:02:01 +0000 (+0200) Subject: Add mock-up function for unit tests X-Git-Tag: v2.0.5~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdf2e55d98636eacaac8188ee0bd000cc10d217c;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) {}