Skip to content

Commit

Permalink
Update client_functions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
dchansen06 authored Dec 19, 2024
1 parent aeaf1d0 commit dfef905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client_functions.hpp
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 <string>

#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);
Expand Down

0 comments on commit dfef905

Please # to comment.