]> git.ipfire.org Git - thirdparty/systemd.git/blame_incremental - src/home/user-record-password-quality.h
update TODO
[thirdparty/systemd.git] / src / home / user-record-password-quality.h
... / ...
CommitLineData
1/* SPDX-License-Identifier: LGPL-2.1-or-later */
2#pragma once
3
4#include "sd-bus.h"
5#include "user-record.h"
6
7int user_record_check_password_quality(UserRecord *hr, UserRecord *secret, sd_bus_error *error);