Systemd/src/core/dbus-timer.h

12 lines
287 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
2010-05-24 01:45:54 +02:00
#include "sd-bus.h"
#include "sd-bus-vtable.h"
2014-12-08 16:03:53 +01:00
#include "unit.h"
2010-05-24 01:45:54 +02:00
extern const sd_bus_vtable bus_timer_vtable[];
2014-12-08 16:03:53 +01:00
int bus_timer_set_property(Unit *u, const char *name, sd_bus_message *i, UnitWriteFlags flags, sd_bus_error *error);