diff options
author | lafleur <lafleur@boum.org> | 2021-11-08 13:04:12 +0100 |
---|---|---|
committer | lafleur <lafleur@boum.org> | 2021-11-08 13:04:12 +0100 |
commit | 0698c2f2d0b20e0e42e50c498650117b64f8e4c4 (patch) | |
tree | 9f1017f302e19bb4ac9ecff3993be932ed3efcd3 /include | |
parent | fad100bbe434947aedc3c02f988d2b1188ee3009 (diff) |
move include files in a separate directory
Diffstat (limited to 'include')
-rw-r--r-- | include/tests_wrapper.h | 1 | ||||
-rw-r--r-- | include/wrapper.h | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/include/tests_wrapper.h b/include/tests_wrapper.h new file mode 100644 index 0000000..8f976e8 --- /dev/null +++ b/include/tests_wrapper.h @@ -0,0 +1 @@ +#include "linux/netfilter/nf_tables.h" diff --git a/include/wrapper.h b/include/wrapper.h new file mode 100644 index 0000000..e6eb221 --- /dev/null +++ b/include/wrapper.h @@ -0,0 +1,12 @@ +#include <libnftnl/batch.h> +#include <libnftnl/chain.h> +#include <libnftnl/common.h> +#include <libnftnl/expr.h> +#include <libnftnl/gen.h> +#include <libnftnl/object.h> +#include <libnftnl/rule.h> +#include <libnftnl/ruleset.h> +#include <libnftnl/set.h> +#include <libnftnl/table.h> +#include <libnftnl/trace.h> +#include <libnftnl/udata.h> |