network: drop unnecessary prototype

Follow-up for a39a9ac806.
This commit is contained in:
Yu Watanabe
2022-11-22 14:31:31 +09:00
parent 848517ddd4
commit 4642371d07

View File

@@ -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);