]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/user-record-pwquality.h
homed: make it easier to run multiple instances of homed
[thirdparty/systemd.git] / src / home / user-record-pwquality.h
CommitLineData
679badd7
LP
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "sd-bus.h"
5#include "user-record.h"
6
7int user_record_quality_check_password(UserRecord *hr, UserRecord *secret, sd_bus_error *error);