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