diff options
| author | Allusive_ <[email protected]> | 2023-08-01 09:00:18 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-08-01 09:00:18 +1000 |
| commit | 0147e7dd165f837662a480938e2083a5ac707586 (patch) | |
| tree | 3e38624c86c7119703cddb524ac01278491c8a3f /src/diagnostic.h | |
| parent | Add files via upload (diff) | |
| download | compfy-0147e7dd165f837662a480938e2083a5ac707586.tar.xz compfy-0147e7dd165f837662a480938e2083a5ac707586.zip | |
Add files via upload
Diffstat (limited to 'src/diagnostic.h')
| -rw-r--r-- | src/diagnostic.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/diagnostic.h b/src/diagnostic.h new file mode 100644 index 0000000..c958589 --- /dev/null +++ b/src/diagnostic.h @@ -0,0 +1,9 @@ +// 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); |