summaryrefslogtreecommitdiffstats
path: root/include/fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fib.h')
-rw-r--r--include/fib.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fib.h b/include/fib.h
new file mode 100644
index 00000000..3a019e65
--- /dev/null
+++ b/include/fib.h
@@ -0,0 +1,7 @@
+#ifndef NFTABLES_FIB_H
+#define NFTABLES_FIB_H
+
+extern struct expr *fib_expr_alloc(const struct location *loc,
+ unsigned int flags,
+ unsigned int result);
+#endif /* NFTABLES_FIB_H */