From abab733a87025960acee7dd0a2c029e679a502a8 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 13 Sep 2013 18:16:26 +0200 Subject: Rip out the old IPv6 implementation completely The whole IPv6 support will be re-implemented using a simliar strategy as the newer IPv4 support uses. Signed-off-by: David Sommerseth --- python-ethtool/etherinfo.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'python-ethtool/etherinfo.h') diff --git a/python-ethtool/etherinfo.h b/python-ethtool/etherinfo.h index 8e98b0a..4265e10 100644 --- a/python-ethtool/etherinfo.h +++ b/python-ethtool/etherinfo.h @@ -21,9 +21,6 @@ typedef enum {NLQRY_LINK, NLQRY_ADDR} nlQuery; /**< Supported query types in th int get_etherinfo(struct etherinfo_obj_data *data, nlQuery query); void free_etherinfo(struct etherinfo *ptr); -void dump_etherinfo(FILE *, struct etherinfo *); - -void free_ipv6addresses(struct ipv6address *ptr); int open_netlink(struct etherinfo_obj_data *); void close_netlink(struct etherinfo_obj_data *); -- cgit