]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/user-record-show.h
cryptenroll: allow to use a public key on a token
[thirdparty/systemd.git] / src / shared / user-record-show.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
295c1a6e
LP
2#pragma once
3
4#include "user-record.h"
52d3fbc8 5#include "group-record.h"
295c1a6e
LP
6
7const char *user_record_state_color(const char *state);
8
9void user_record_show(UserRecord *hr, bool show_full_group_info);
52d3fbc8 10void group_record_show(GroupRecord *gr, bool show_full_user_info);