]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Tests: Add missing mockup function to tests
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 10 Feb 2021 16:29:14 +0000 (17:29 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 10 Feb 2021 16:29:14 +0000 (17:29 +0100)
test/birdtest.c

index d9e598a956ee2715d1c08baea9b4078e3c2e43dc..a1da078fcf2fb7aa30ad18f824b5479ef8c6b464 100644 (file)
@@ -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) {}