mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
filters_init() renamed to filters_postconfig().
This commit is contained in:
@@ -56,7 +56,7 @@ interpret(struct f_instruction *what)
|
||||
}
|
||||
|
||||
void
|
||||
filters_init(void)
|
||||
filters_postconfig(void)
|
||||
{
|
||||
if (!last_func)
|
||||
printf( "No function defined\n" );
|
||||
|
Reference in New Issue
Block a user