summaryrefslogtreecommitdiff
path: root/system-linux.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-11-17 15:15:08 +0100
committerFelix Fietkau <nbd@openwrt.org>2015-11-17 15:15:08 +0100
commit0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff (patch)
tree4b10135d9fad0bd344d549494a721dfb0a61713d /system-linux.c
parent5a0328c7b039a90e988aaab8e03eb8ce5508d62b (diff)
downloadnetifd-0eb6aa7562ae8db51c09b2c370a65f01b0ac1cff.tar.gz
device: fetch settings from external devices to make them usable for status output
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'system-linux.c')
-rw-r--r--system-linux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/system-linux.c b/system-linux.c
index b190ec6..d3bb64d 100644
--- a/system-linux.c
+++ b/system-linux.c
@@ -1053,7 +1053,7 @@ int system_vlandev_del(struct device *vlandev)
return system_link_del(vlandev->ifname);
}
-static void
+void
system_if_get_settings(struct device *dev, struct device_settings *s)
{
struct ifreq ifr;