From 2efb4ba9a41b4290fc83f46f8a82e048e6ed0aba Mon Sep 17 00:00:00 2001 From: Daniel Hansen <105574022+dchansen06@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:50:08 -0800 Subject: [PATCH] Update and rename signals.hpp to signals.h --- src/{signals.hpp => signals.h} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/{signals.hpp => signals.h} (95%) diff --git a/src/signals.hpp b/src/signals.h similarity index 95% rename from src/signals.hpp rename to src/signals.h index 18341f4..2a21f6b 100644 --- a/src/signals.hpp +++ b/src/signals.h @@ -6,8 +6,8 @@ You should have received a copy of the GNU General Public License along with thi #include -#ifndef SIGNALS_HPP -#define SIGNALS_HPP +#ifndef SIGNALS_H +#define SIGNALS_H enum Control_Signals { SKIP = SIGUSR1, REWIND = SIGUSR2,