]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/homed-bus.h
homed: make it easier to run multiple instances of homed
[thirdparty/systemd.git] / src / home / homed-bus.h
CommitLineData
70a5db58
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "sd-bus.h"
5
6#include "user-record.h"
7#include "json.h"
8
9int bus_message_read_secret(sd_bus_message *m, UserRecord **ret, sd_bus_error *error);
10int bus_message_read_home_record(sd_bus_message *m, UserRecordLoadFlags flags, UserRecord **ret, sd_bus_error *error);