diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-06-30 22:30:56 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-06-30 22:30:56 +0200 |
commit | bb57d9171f2b4567f54169c8864953c4e5e18025 (patch) | |
tree | dd357c31ff8b94b917a3e3f3954b8dafa0de6574 | |
parent | 6c0f85d5de1588b6427f6f47c1be4a220799cd70 (diff) |
Add mock-up function for unit tests
They failed without it.
-rw-r--r-- | test/birdtest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/birdtest.c b/test/birdtest.c index de65d072..823b02ff 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) {} |