chiark / gitweb /
networkd-wait-online: improve interoptability and enable by default
[elogind.git] / src / libsystemd-network / network-internal.h
index 836472a776fd0a09b783c6de5227969a482af596..ef3cb8b91d0f72c0b556bbe9e03fc19ce28652f8 100644 (file)
@@ -65,3 +65,5 @@ int config_parse_ifalias(const char *unit, const char *filename, unsigned line,
 int net_parse_inaddr(const char *address, unsigned char *family, void *dst);
 
 int net_get_unique_predictable_data(struct udev_device *device, uint8_t result[8]);
+
+bool link_has_carrier(unsigned flags, uint8_t operstate);