From 9bf61e12c10d58be44b1b5ba95a56abcbc571cf6 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Sat, 1 Jun 2013 23:43:17 -0700 Subject: Remove has_mask(), it will be replaced with better is_cidr() and is_single() functions. --- src/ipaddrcheck_functions.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipaddrcheck_functions.h') diff --git a/src/ipaddrcheck_functions.h b/src/ipaddrcheck_functions.h index e81c03c..74a0372 100644 --- a/src/ipaddrcheck_functions.h +++ b/src/ipaddrcheck_functions.h @@ -43,7 +43,6 @@ #define IPV6_MULTICAST "ff00::/8" #define IPV6_LINKLOCAL "fe80::/64" -int has_mask(char* address_str); int is_ipv4_cidr(char* address_str); int is_ipv4_single(char* address_str); int is_ipv6_cidr(char* address_str); -- cgit v1.2.3