mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-25 06:03:40 +03:00
network: make link_configure() static
This commit is contained in:
parent
fbb1a39866
commit
c3b9425130
@ -2067,7 +2067,7 @@ static int link_drop_config(Link *link) {
|
||||
return r;
|
||||
}
|
||||
|
||||
int link_configure(Link *link) {
|
||||
static int link_configure(Link *link) {
|
||||
int r;
|
||||
|
||||
assert(link);
|
||||
|
@ -241,7 +241,6 @@ int link_stop_engines(Link *link, bool may_keep_dhcp);
|
||||
const char* link_state_to_string(LinkState s) _const_;
|
||||
LinkState link_state_from_string(const char *s) _pure_;
|
||||
|
||||
int link_configure(Link *link);
|
||||
int link_reconfigure(Link *link, bool force);
|
||||
|
||||
int manager_udev_process_link(sd_device_monitor *monitor, sd_device *device, void *userdata);
|
||||
|
Loading…
x
Reference in New Issue
Block a user