Skip to content

Commit

Permalink
Update and rename signals.hpp to signals.h
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 19, 2024
1 parent 009ed8d commit 2efb4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/signals.hpp → src/signals.h
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_HPP
#define SIGNALS_HPP
#ifndef SIGNALS_H
#define SIGNALS_H
enum Control_Signals {
SKIP = SIGUSR1,
REWIND = SIGUSR2,
Expand Down

0 comments on commit 2efb4ba

Please # to comment.