1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Filters: split the large filter.h file to smaller files.

This should be revised, there are still ugly things in the filter API.
This commit is contained in:
Maria Matejka
2019-02-07 21:25:38 +01:00
parent c1e97169cd
commit 8bdb05edb2
17 changed files with 385 additions and 463 deletions

View File

@@ -36,6 +36,7 @@
#include "nest/locks.h"
#include "conf/conf.h"
#include "filter/filter.h"
#include "filter/f-util.h"
#include "unix.h"
#include "krt.h"