summaryrefslogtreecommitdiffstats
path: root/include/helper.h
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2018-03-20 11:48:38 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2018-03-20 13:20:55 +0100
commitf978a728086a981a6b26d4ec72dcf58d071f8587 (patch)
treeddb09395959f685c6246b09e187bda6ff5e1d8d5 /include/helper.h
parent697e9873fd58ea89f3577cada890c14e3ef59bff (diff)
src: add ARRAY_SIZE definition
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'include/helper.h')
-rw-r--r--include/helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/helper.h b/include/helper.h
index 3c0c5e0..d15c1c6 100644
--- a/include/helper.h
+++ b/include/helper.h
@@ -68,8 +68,6 @@ struct ctd_helper *helper_find(const char *libdir_path, const char *name, uint8_
type __max2 = (y); \
__max1 > __max2 ? __max1: __max2; })
-#define ARRAY_SIZE MNL_ARRAY_SIZE
-
enum ip_conntrack_dir {
IP_CT_DIR_ORIGINAL,
IP_CT_DIR_REPLY,