From 0dabdbaa35a57c200d85c80bea9e01bfd632eaa9 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Mon, 16 Feb 2009 13:43:32 -1000 Subject: Remove unused iface_netmask2prefix() function. --- isys/iface.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'isys/iface.h') diff --git a/isys/iface.h b/isys/iface.h index ad10b645e..59e384914 100644 --- a/isys/iface.h +++ b/isys/iface.h @@ -124,11 +124,6 @@ char *iface_mac2str(char *); */ struct in_addr *iface_prefix2netmask(int); -/* - * Convert an IPv4 netmask to an IPv4 CIDR prefix. Return -1 on failure. - */ -int iface_netmask2prefix(struct in_addr *); - /* * Initialize a new iface_t structure to default values. */ -- cgit