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/ct.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/ct.h') diff --git a/include/ct.h b/include/ct.h index ae900ee4..becd09c6 100644 --- a/include/ct.h +++ b/include/ct.h @@ -35,4 +35,8 @@ extern struct error_record *ct_objtype_parse(const struct location *loc, const c extern struct stmt *notrack_stmt_alloc(const struct location *loc); +extern const struct datatype ct_dir_type; +extern const struct datatype ct_state_type; +extern const struct datatype ct_status_type; + #endif /* NFTABLES_CT_H */ -- cgit v1.2.3