Also improve the management of X Display and session_t. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
9 lines
202 B
C
9 lines
202 B
C
// SPDX-License-Identifier: MPL-2.0
|
|
// Copyright (c) 2018 Yuxuan Shui <yshuiv7@gmail.com>
|
|
|
|
#pragma once
|
|
|
|
typedef struct session session_t;
|
|
|
|
void print_diagnostics(session_t *, const char *config_file);
|