mirror of
https://git.proxmox.com/git/systemd
synced 2026-01-11 16:20:29 +00:00
10 lines
198 B
C
10 lines
198 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 bool arg_crash_reboot;
|