diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-06-12 18:02:01 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2019-06-12 18:02:01 +0200 |
commit | bdf2e55d98636eacaac8188ee0bd000cc10d217c (patch) | |
tree | 08325952625dcac90015d097dbf54b934c354f85 /test | |
parent | 9106a750cd76d4a76c7a60294ce3a43eede166c9 (diff) |
Add mock-up function for unit tests
They failed without it.
Diffstat (limited to 'test')
-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 a4312e9b..de65d072 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) {} |