]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/home/homed-bus.h
varlink,json: introduce new varlink_dispatch() helper
[thirdparty/systemd.git] / src / home / homed-bus.h
1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
2 #pragma once
3
4 #include "sd-bus.h"
5
6 #include "user-record.h"
7 #include "json.h"
8
9 int bus_message_read_secret(sd_bus_message *m, UserRecord **ret, sd_bus_error *error);
10 int bus_message_read_home_record(sd_bus_message *m, UserRecordLoadFlags flags, UserRecord **ret, sd_bus_error *error);