From: Ondrej Zajicek (work) Date: Wed, 10 Feb 2021 16:29:14 +0000 (+0100) Subject: Tests: Add missing mockup function to tests X-Git-Tag: v2.0.8~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77ce849ecf0f89455eeabefbe520c6b4888837b0;p=thirdparty%2Fbird.git Tests: Add missing mockup function to tests --- diff --git a/test/birdtest.c b/test/birdtest.c index d9e598a95..a1da078fc 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) {}