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