blob: a37d369181078da161983fa382b4e0222185840c (
plain)
1
2
3
4
5
6
7
|
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once
#include "sd-bus.h"
#include "user-record.h"
int user_record_quality_check_password(UserRecord *hr, UserRecord *secret, sd_bus_error *error);
|