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