]> git.ipfire.org Git - thirdparty/systemd.git/blob - 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
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "sd-bus.h"
5 #include "user-record.h"
6
7 int user_record_quality_check_password(UserRecord *hr, UserRecord *secret, sd_bus_error *error);