aboutsummaryrefslogtreecommitdiff
path: root/rustables/wrapper.h
diff options
context:
space:
mode:
authorlafleur <lafleur@boum.org>2021-11-07 14:19:37 +0100
committerlafleur <lafleur@boum.org>2021-11-07 14:19:37 +0100
commit1e33e3ab0790d977add329e9686b4b9e5570ba3c (patch)
treeeb55ce7ff42be89be640ce2330e2503349267798 /rustables/wrapper.h
parent55d9bf885e009953a0001062b2b60c21e8322a31 (diff)
call bindgen on build in rustables
Diffstat (limited to 'rustables/wrapper.h')
-rw-r--r--rustables/wrapper.h13
1 files changed, 12 insertions, 1 deletions
diff --git a/rustables/wrapper.h b/rustables/wrapper.h
index 8f976e8..e6eb221 100644
--- a/rustables/wrapper.h
+++ b/rustables/wrapper.h
@@ -1 +1,12 @@
-#include "linux/netfilter/nf_tables.h"
+#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>