From: Yu Watanabe Date: Tue, 22 Nov 2022 05:31:31 +0000 (+0900) Subject: network: drop unnecessary prototype X-Git-Tag: v253-rc1~471^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4642371d0764078374db4175f6e6f409618b72a6;p=thirdparty%2Fsystemd.git network: drop unnecessary prototype Follow-up for a39a9ac8065c29330207838b70fe388bde2bc254. --- diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h index 4d397da79a2..5838eb16b04 100644 --- a/src/network/networkd-link.h +++ b/src/network/networkd-link.h @@ -239,7 +239,6 @@ const char* link_state_to_string(LinkState s) _const_; LinkState link_state_from_string(const char *s) _pure_; int link_reconfigure(Link *link, bool force); -int link_reconfigure_after_sleep(Link *link); int manager_udev_process_link(Manager *m, sd_device *device, sd_device_action_t action); int manager_rtnl_process_link(sd_netlink *rtnl, sd_netlink_message *message, Manager *m);