mirror of
https://github.com/systemd/systemd.git
synced 2026-07-19 05:50:07 +00:00
This stuff is sufficiently different from the rest of main.c, let's move it to its own .c/.h file, to make main.c a bit shorter. No code changes, just some refactoring.
8 lines
165 B
C
8 lines
165 B
C
/* SPDX-License-Identifier: LGPL-2.1-or-later */
|
|
#pragma once
|
|
|
|
#include "macro.h"
|
|
|
|
_noreturn_ void freeze_or_exit_or_reboot(void);
|
|
void install_crash_handler(void);
|