aboutsummaryrefslogtreecommitdiff
path: root/src/diagnostic.h
diff options
context:
space:
mode:
authorAllusive_ <[email protected]>2023-08-01 09:00:18 +1000
committerGitHub <[email protected]>2023-08-01 09:00:18 +1000
commit0147e7dd165f837662a480938e2083a5ac707586 (patch)
tree3e38624c86c7119703cddb524ac01278491c8a3f /src/diagnostic.h
parentAdd files via upload (diff)
downloadcompfy-0147e7dd165f837662a480938e2083a5ac707586.tar.xz
compfy-0147e7dd165f837662a480938e2083a5ac707586.zip
Add files via upload
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);