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/proto.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 01188ab6..39aa4850 100644 --- a/include/proto.h +++ b/include/proto.h @@ -322,4 +322,12 @@ extern const struct proto_desc proto_netdev; extern const struct proto_desc proto_unknown; extern const struct proto_hdr_template proto_unknown_template; +extern const struct datatype icmp_type_type; +extern const struct datatype tcp_flag_type; +extern const struct datatype dccp_pkttype_type; +extern const struct datatype arpop_type; +extern const struct datatype icmp6_type_type; +extern const struct datatype dscp_type; +extern const struct datatype ecn_type; + #endif /* NFTABLES_PROTO_H */ -- cgit v1.2.3