From 5de112c239ab97ebaba5a935d29504bff0586be7 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 30 Jun 2017 14:56:19 +0530 Subject: include: Remove datatype_register(). Remove datatype_register() function and its calling __init functions. Add arguments of datatype_register() function to datatype array. Signed-off-by: Varsha Rao Signed-off-by: Pablo Neira Ayuso --- include/rt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/rt.h') diff --git a/include/rt.h b/include/rt.h index 728cf5f0..9828e634 100644 --- a/include/rt.h +++ b/include/rt.h @@ -30,4 +30,6 @@ extern struct expr *rt_expr_alloc(const struct location *loc, enum nft_rt_keys key, bool invalid); extern void rt_expr_update_type(struct proto_ctx *ctx, struct expr *expr); +extern const struct datatype realm_type; + #endif /* NFTABLES_RT_H */ -- cgit v1.2.3