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,