summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device.h b/device.h
index 8d610c9..686b1b1 100644
--- a/device.h
+++ b/device.h
@@ -143,5 +143,6 @@ device_free(struct device *dev)
void device_free_unused(struct device *dev);
struct device *get_vlan_device_chain(const char *ifname, bool create);
+void alias_notify_device(const char *name, struct device *dev);
#endif