summaryrefslogtreecommitdiffstats
path: root/python-ethtool/etherinfo.h
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-09-13 18:16:26 +0200
committerDavid Sommerseth <davids@redhat.com>2013-09-13 18:16:26 +0200
commitabab733a87025960acee7dd0a2c029e679a502a8 (patch)
tree808fe27aeb663035ad5249c37c63a6d97969b65b /python-ethtool/etherinfo.h
parentd9922c0cf642da50794c3d23b61dcdd49684af8e (diff)
downloadpython-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.tar.gz
python-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.tar.xz
python-ethtool-abab733a87025960acee7dd0a2c029e679a502a8.zip
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 <davids@redhat.com>
Diffstat (limited to 'python-ethtool/etherinfo.h')
-rw-r--r--python-ethtool/etherinfo.h3
1 files changed, 0 insertions, 3 deletions
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 *);