summaryrefslogtreecommitdiff
path: root/src/shared/user-record-show.h
blob: bd22be2ae04ad6b284896e8b166ba0d4f93d2f86 (plain)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include "user-record.h"

const char *user_record_state_color(const char *state);

void user_record_show(UserRecord *hr, bool show_full_group_info);