summaryrefslogtreecommitdiffstats
path: root/include/meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/meta.h')
-rw-r--r--include/meta.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/meta.h b/include/meta.h
index abe74ec0..f25b147a 100644
--- a/include/meta.h
+++ b/include/meta.h
@@ -26,6 +26,8 @@ struct meta_template {
extern struct expr *meta_expr_alloc(const struct location *loc,
enum nft_meta_keys key);
+struct stmt *meta_stmt_meta_iiftype(const struct location *loc, uint16_t type);
+
const struct datatype ifindex_type;
#endif /* NFTABLES_META_H */