summaryrefslogtreecommitdiffstats
path: root/include/meta.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/meta.h')
-rw-r--r--include/meta.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/meta.h b/include/meta.h
index 55784609..47b16c4b 100644
--- a/include/meta.h
+++ b/include/meta.h
@@ -28,10 +28,15 @@ extern struct expr *meta_expr_alloc(const struct location *loc,
struct stmt *meta_stmt_meta_iiftype(const struct location *loc, uint16_t type);
-const struct datatype ifindex_type;
-
struct error_record *meta_key_parse(const struct location *loc,
const char *name,
unsigned int *value);
+extern const struct datatype ifindex_type;
+extern const struct datatype tchandle_type;
+extern const struct datatype gid_type;
+extern const struct datatype uid_type;
+extern const struct datatype devgroup_type;
+extern const struct datatype pkttype_type;
+
#endif /* NFTABLES_META_H */