]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/portable/portabled-bus.h
Merge pull request #13365 from keszybz/fix-commits-from-pr-13246
[thirdparty/systemd.git] / src / portable / portabled-bus.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "sd-bus.h"
5
6 #include "portable.h"
7
8 extern const sd_bus_vtable manager_vtable[];
9
10 int reply_portable_changes(sd_bus_message *m, const PortableChange *changes, size_t n_changes);