]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/home/user-record-password-quality.h
test: also flush and rotate journal before read
[thirdparty/systemd.git] / src / home / user-record-password-quality.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
679badd7
LP
2#pragma once
3
4#include "sd-bus.h"
5#include "user-record.h"
6
d34b1823 7int user_record_check_password_quality(UserRecord *hr, UserRecord *secret, sd_bus_error *error);