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);