summaryrefslogtreecommitdiffstats
path: root/include/fib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/fib.h')
-rw-r--r--include/fib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fib.h b/include/fib.h
index 3a019e65..9ce681cc 100644
--- a/include/fib.h
+++ b/include/fib.h
@@ -4,4 +4,6 @@
extern struct expr *fib_expr_alloc(const struct location *loc,
unsigned int flags,
unsigned int result);
+extern const struct datatype fib_addr_type;
+
#endif /* NFTABLES_FIB_H */