summaryrefslogtreecommitdiffstats
path: root/src/portable/portabled-bus.h
blob: e8e4c3a60085867408f649b13a5218a36fdd60fb (plain)
1
2
3
4
5
6
7
8
9
10
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once

#include "sd-bus.h"

#include "portable.h"

extern const sd_bus_vtable manager_vtable[];

int reply_portable_changes(sd_bus_message *m, const PortableChange *changes, size_t n_changes);