mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 17:51:53 +00:00
Tests: Add missing mockup function to tests
This commit is contained in:
parent
714238716e
commit
77ce849ecf
@ -516,6 +516,7 @@ char *bird_name;
|
|||||||
void async_config(void) {}
|
void async_config(void) {}
|
||||||
void async_dump(void) {}
|
void async_dump(void) {}
|
||||||
void async_shutdown(void) {}
|
void async_shutdown(void) {}
|
||||||
|
char *get_hostname(linpool *lp UNUSED) { return NULL; }
|
||||||
void cmd_check_config(char *name UNUSED) {}
|
void cmd_check_config(char *name UNUSED) {}
|
||||||
void cmd_reconfig(char *name UNUSED, int type UNUSED, int timeout UNUSED) {}
|
void cmd_reconfig(char *name UNUSED, int type UNUSED, int timeout UNUSED) {}
|
||||||
void cmd_reconfig_confirm(void) {}
|
void cmd_reconfig_confirm(void) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user