]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/network/networkd-ntp.h
network: introduce link_get_use_ntp()
[thirdparty/systemd.git] / src / network / networkd-ntp.h
index bdc819fee8b4c1c52a96f83e1c820a7e7a2a9ae6..44e7678486bcb1d4f218d485cc2d7370428e5d33 100644 (file)
@@ -2,6 +2,10 @@
 #pragma once
 
 #include "conf-parser.h"
+#include "networkd-util.h"
+
+typedef struct Link Link;
+
+bool link_get_use_ntp(Link *link, NetworkConfigSource proto);
 
 CONFIG_PARSER_PROTOTYPE(config_parse_ntp);
-CONFIG_PARSER_PROTOTYPE(config_parse_dhcp_use_ntp);