From 0c7e18edb07ed205e7087b73a85fa692f45003ab Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 25 Jun 2015 09:29:20 +0200 Subject: Add element count to all set types header It is better to list the set elements for all set types, thus the header information is uniform. Element counts are therefore added to the bitmap and list types. --- include/libipset/utils.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/libipset/utils.h') diff --git a/include/libipset/utils.h b/include/libipset/utils.h index ceedd45..3cd29da 100644 --- a/include/libipset/utils.h +++ b/include/libipset/utils.h @@ -19,9 +19,6 @@ #define STRCASEQ(a, b) (strcasecmp(a, b) == 0) #define STRNCASEQ(a, b, n) (strncasecmp(a, b, n) == 0) -/* Match set type names */ -#define MATCH_TYPENAME(a, b) STRNEQ(a, b, strlen(b)) - /* Stringify tokens */ #define _STR(c) #c #define STR(c) _STR(c) -- cgit v1.2.3