diff --git a/src/server_functions.hpp b/src/server_functions.h similarity index 93% rename from src/server_functions.hpp rename to src/server_functions.h index f0473e0..15dbc7b 100644 --- a/src/server_functions.hpp +++ b/src/server_functions.h @@ -7,8 +7,8 @@ You should have received a copy of the GNU General Public License along with thi #include #include -#ifndef SERVER_FUNCTIONS_HPP - #define SERVER_FUNCTIONS_HPP +#ifndef SERVER_FUNCTIONS_H + #define SERVER_FUNCTIONS_H typedef std::vector music_list; typedef std::filesystem::path fspath; void shuffleMusic(music_list& files);