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