]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/user-record-show.h
Merge pull request #16112 from poettering/nss-systemd-block-fix
[thirdparty/systemd.git] / src / shared / user-record-show.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 #include "user-record.h"
5
6 const char *user_record_state_color(const char *state);
7
8 void user_record_show(UserRecord *hr, bool show_full_group_info);