diff options
author | lafleur <lafleur@boum.org> | 2021-10-18 23:43:35 +0200 |
---|---|---|
committer | lafleur <lafleur@boum.org> | 2021-10-19 00:39:55 +0200 |
commit | 4a87680c89017730f0a8715f87118c63bb8b7ae8 (patch) | |
tree | 9ea0780ef6fb8f3320dedb3c3dc65aebc58ee7a0 /rustables-sys/libnftnl.h | |
parent | 26bfea8ed713ab68f0ffe3945e94fee1d766c98e (diff) |
rename the crates, update copyright notices
Diffstat (limited to 'rustables-sys/libnftnl.h')
-rw-r--r-- | rustables-sys/libnftnl.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rustables-sys/libnftnl.h b/rustables-sys/libnftnl.h new file mode 100644 index 0000000..e6eb221 --- /dev/null +++ b/rustables-sys/libnftnl.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> |