Skip to content

Commit

Permalink
Update and rename signals.h to signals.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 19, 2024
1 parent 8ed8075 commit c9e816a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/signals.h → src/signals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ You should have received a copy of the GNU General Public License along with thi

#include <csignal>

#ifndef SIGNALS_H
#define SIGNALS_H
#ifndef SIGNALS_HPP
#define SIGNALS_HPP
enum Control_Signals {
SKIP = SIGUSR1,
REWIND = SIGUSR2,
Expand Down

0 comments on commit c9e816a

Please # to comment.