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/exthdr.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/exthdr.h') diff --git a/include/exthdr.h b/include/exthdr.h index a2647ee1..97ccc387 100644 --- a/include/exthdr.h +++ b/include/exthdr.h @@ -89,5 +89,6 @@ extern const struct exthdr_desc exthdr_rt2; extern const struct exthdr_desc exthdr_frag; extern const struct exthdr_desc exthdr_dst; extern const struct exthdr_desc exthdr_mh; +extern const struct datatype mh_type_type; #endif /* NFTABLES_EXTHDR_H */ -- cgit v1.2.3