Skip to content

Commit

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

0 comments on commit b835faa

Please # to comment.