aboutsummaryrefslogtreecommitdiff
path: root/src/diagnostic.h
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-09-19 17:47:33 +1000
committerallusive-dev <[email protected]>2023-09-19 17:47:33 +1000
commita93aba600b1c5d019b680b9f4ff3fa85d5d43a60 (patch)
tree77f8152222655657472a70e0bfa413a0495dd555 /src/diagnostic.h
parentreset (diff)
downloadcompfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.tar.xz
compfy-a93aba600b1c5d019b680b9f4ff3fa85d5d43a60.zip
Fixed broken files/code and other errors
Diffstat (limited to 'src/diagnostic.h')
-rw-r--r--src/diagnostic.h9
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);