chiark / gitweb /
timesyncd: split up into multiple source file
[elogind.git] / src / libsystemd / sd-network / network-util.h
index 139efc767752dd207a4f8339be96a6af3772ea21..02bd54552690cd563b2fb51c61bdbea1d40ac279 100644 (file)
@@ -25,5 +25,6 @@
 #include "sd-network.h"
 
 DEFINE_TRIVIAL_CLEANUP_FUNC(sd_network_monitor*, sd_network_monitor_unref);
-
 #define _cleanup_network_monitor_unref_ _cleanup_(sd_network_monitor_unrefp)
+
+bool network_is_online(void);