0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

Add mock-up function for unit tests

They failed without it.
This commit is contained in:
Ondrej Zajicek (work) 2019-06-30 22:31:31 +02:00
parent 8bd2976780
commit 92f561b30f

View 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) {}