summaryrefslogtreecommitdiff
path: root/include/sig.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sig.h')
-rw-r--r--include/sig.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/sig.h b/include/sig.h
deleted file mode 100644
index c7e1e42..0000000
--- a/include/sig.h
+++ /dev/null
@@ -1,13 +0,0 @@
-// SPDX-FileCopyrightText: 2024 Lizzy Fleckenstein <lizzy@vlhl.dev>
-//
-// SPDX-License-Identifier: AGPL-3.0-or-later
-
-#ifndef SIG_H
-#define SIG_H
-
-#include <stdbool.h>
-
-extern bool signal_stop;
-void signal_setup();
-
-#endif