diff options
Diffstat (limited to 'src/core/main.h')
-rw-r--r-- | src/core/main.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/main.h b/src/core/main.h new file mode 100644 index 0000000..b12a1cc --- /dev/null +++ b/src/core/main.h @@ -0,0 +1,9 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +#include <stdbool.h> + +extern bool arg_dump_core; +extern int arg_crash_chvt; +extern bool arg_crash_shell; +extern bool arg_crash_reboot; |