]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Add mock-up function for unit tests
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 20:31:31 +0000 (22:31 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 30 Jun 2019 20:31:31 +0000 (22:31 +0200)
They failed without it.

test/birdtest.c

index a4312e9b18ffe9320feb979732875913b814a28d..de65d07271e4e897bb238fc01de348acf0ef8b85 100644 (file)
@@ -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) {}