diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-02-10 17:29:14 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-02-10 17:29:14 +0100 |
commit | 77ce849ecf0f89455eeabefbe520c6b4888837b0 (patch) | |
tree | 960b266268e0b2e582ac574e31af954cb153bc94 | |
parent | 714238716ef36f1dfc5721055e2ec4affd42ebfa (diff) |
Tests: Add missing mockup function to tests
-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 d9e598a9..a1da078f 100644 --- a/test/birdtest.c +++ b/test/birdtest.c @@ -516,6 +516,7 @@ char *bird_name; void async_config(void) {} void async_dump(void) {} void async_shutdown(void) {} +char *get_hostname(linpool *lp UNUSED) { return NULL; } void cmd_check_config(char *name UNUSED) {} void cmd_reconfig(char *name UNUSED, int type UNUSED, int timeout UNUSED) {} void cmd_reconfig_confirm(void) {} |