]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/core/dbus-timer.h
1cfc9bf9be5019c3b8ce99792baa7509ed4f7f76
[thirdparty/systemd.git] / src / core / dbus-timer.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2010 Lennart Poettering
8 ***/
9
10 #include "sd-bus.h"
11 #include "sd-bus-vtable.h"
12
13 #include "unit.h"
14
15 extern const sd_bus_vtable bus_timer_vtable[];
16
17 int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitWriteFlags flags, sd_bus_error *error);