]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/ethtool-util.h
ethtool-util: make ethtool_connect() warn on failure
[thirdparty/systemd.git] / src / shared / ethtool-util.h
index 5e2698949f65da723ccc83edc8e564f17b8f87ed..cbbe04179939f9bd0debc03f2085f80aa6ed6294 100644 (file)
@@ -79,8 +79,6 @@ typedef struct netdev_channels {
         bool combined_count_set;
 } netdev_channels;
 
-int ethtool_connect(int *ret);
-
 int ethtool_get_driver(int *fd, const char *ifname, char **ret);
 int ethtool_set_speed(int *fd, const char *ifname, unsigned speed, Duplex duplex);
 int ethtool_set_wol(int *fd, const char *ifname, WakeOnLan wol);