summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-ntp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/network/networkd-ntp.h')
-rw-r--r--src/network/networkd-ntp.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/network/networkd-ntp.h b/src/network/networkd-ntp.h
new file mode 100644
index 0000000..44e7678
--- /dev/null
+++ b/src/network/networkd-ntp.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: LGPL-2.1-or-later */
+#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);