mirror of
https://github.com/systemd/systemd.git
synced 2026-07-24 16:25:52 +00:00
10 lines
205 B
C
10 lines
205 B
C
/* 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 CrashAction arg_crash_action;
|