aboutsummaryrefslogtreecommitdiff
path: root/include/wrapper.h
diff options
context:
space:
mode:
authorSimon THOBY <git@nightmared.fr>2021-11-08 19:29:50 +0000
committerSimon THOBY <git@nightmared.fr>2021-11-08 19:29:50 +0000
commite3fea7960d8a962bd25ac3d905d3b67aefc1fa49 (patch)
tree9f1017f302e19bb4ac9ecff3993be932ed3efcd3 /include/wrapper.h
parentc708cc2191aecef86c134174165126f93230c684 (diff)
parent0698c2f2d0b20e0e42e50c498650117b64f8e4c4 (diff)
Merge branch 'auto-bindgen' into 'master'
auto generate sys files See merge request rustwall/rustables!9
Diffstat (limited to 'include/wrapper.h')
-rw-r--r--include/wrapper.h12
1 files changed, 12 insertions, 0 deletions
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>