From b835faa83de4712eaa2632c149ea8dee0d929fd0 Mon Sep 17 00:00:00 2001 From: Daniel Hansen <105574022+dchansen06@users.noreply.github.com> Date: Thu, 19 Dec 2024 01:49:30 -0800 Subject: [PATCH] Update and rename client_functions.hpp to client_functions.h --- src/{client_functions.hpp => client_functions.h} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename src/{client_functions.hpp => client_functions.h} (93%) diff --git a/src/client_functions.hpp b/src/client_functions.h similarity index 93% rename from src/client_functions.hpp rename to src/client_functions.h index 497a47c..6c32347 100644 --- a/src/client_functions.hpp +++ b/src/client_functions.h @@ -6,8 +6,8 @@ You should have received a copy of the GNU General Public License along with thi #include -#ifndef CLIENT_FUNCTIONS_HPP - #define CLIENT_FUNCTIONS_HPP +#ifndef CLIENT_FUNCTIONS_H + #define CLIENT_FUNCTIONS_H int getInformation(std::string& path, std::string& dir, int argc, char* argv[]); int setupServer(std::string path, std::string directory); void controlServer(int server);