diff options
| author | allusive-dev <[email protected]> | 2023-09-19 17:46:20 +1000 |
|---|---|---|
| committer | allusive-dev <[email protected]> | 2023-09-19 17:46:20 +1000 |
| commit | 5650d887357bf2a3fac8c5fd4f467bf8795b5fc4 (patch) | |
| tree | 4b825dc642cb6eb9a060e54bf8d69288fbee4904 /src/diagnostic.h | |
| parent | Update picom.sample.conf (diff) | |
| download | compfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.tar.xz compfy-5650d887357bf2a3fac8c5fd4f467bf8795b5fc4.zip | |
reset
Diffstat (limited to 'src/diagnostic.h')
| -rw-r--r-- | src/diagnostic.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/diagnostic.h b/src/diagnostic.h deleted file mode 100644 index c958589..0000000 --- a/src/diagnostic.h +++ /dev/null @@ -1,9 +0,0 @@ -// SPDX-License-Identifier: MPL-2.0 -// Copyright (c) 2018 Yuxuan Shui <[email protected]> - -#pragma once -#include <stdbool.h> - -typedef struct session session_t; - -void print_diagnostics(session_t *, const char *config_file, bool compositor_running); |