1
0
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:
Pavel Machek
1999-01-15 18:13:55 +00:00
parent c9b6670608
commit ca3d562b24
5 changed files with 74 additions and 2 deletions

View File

@@ -56,7 +56,7 @@ interpret(struct f_instruction *what)
}
void
filters_init(void)
filters_postconfig(void)
{
if (!last_func)
printf( "No function defined\n" );