From: Ondrej Zajicek (work) Date: Sun, 30 Jun 2019 20:59:57 +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=a15749dd7a4a2edf4f23e3726673f261272876ff;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 de65d0727..823b02ff6 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -487,6 +487,7 @@ 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_graceful_restart(void) {} void cmd_shutdown(void) {} void cmd_reconfig_undo_notify(void) {}