summaryrefslogtreecommitdiffstats
path: root/src/timesync/timesyncd-bus.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-04-30 16:02:09 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-05-03 11:05:14 +0200
commite7dd394767330bb336e3aee68369aae3628e599f (patch)
tree29432952893e30419ca485fac93eba8c298a5f98 /src/timesync/timesyncd-bus.h
parentnetworkd: use ipv6_accept_ra_use_dns rather than dhcp_use_dns (#8836) (diff)
downloadsystemd-e7dd394767330bb336e3aee68369aae3628e599f.tar.xz
systemd-e7dd394767330bb336e3aee68369aae3628e599f.zip
timesync: expose manager properties on bus
Diffstat (limited to 'src/timesync/timesyncd-bus.h')
-rw-r--r--src/timesync/timesyncd-bus.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/timesync/timesyncd-bus.h b/src/timesync/timesyncd-bus.h
new file mode 100644
index 0000000000..6670ffbc36
--- /dev/null
+++ b/src/timesync/timesyncd-bus.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
+
+#include "timesyncd-manager.h"
+
+int manager_connect_bus(Manager *m);