We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae1d4a7 commit 8d45501Copy full SHA for 8d45501
src/core/emergency-action.c
@@ -1,7 +1,4 @@
1
/* SPDX-License-Identifier: LGPL-2.1+ */
2
-/***
3
- Copyright © 2012 Michael Olbrich
4
-***/
5
6
#include <sys/reboot.h>
7
src/core/emergency-action.h
@@ -1,10 +1,6 @@
#pragma once
-
8
typedef enum EmergencyAction {
9
EMERGENCY_ACTION_NONE,
10
EMERGENCY_ACTION_REBOOT,
0 commit comments