]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/user-record-show.h
uefi: emphasize a bit that EV_IPL event logs is the past, EV_EVENT_TAG the future
[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 6
bfd5a068 7const char* user_record_state_color(const char *state);
295c1a6e
LP
8
9void user_record_show(UserRecord *hr, bool show_full_group_info);
52d3fbc8 10void group_record_show(GroupRecord *gr, bool show_full_user_info);