Skip to content
Snippets Groups Projects
Commit 1e714f1e authored by ajf5's avatar ajf5
Browse files

undo merge

parent 6f916885
No related branches found
No related tags found
No related merge requests found
...@@ -56,7 +56,7 @@ public: ...@@ -56,7 +56,7 @@ public:
void bindServer(string port); void bindServer(string port);
void sendFile(int socket, FILE * fp, int size); void sendFile(int socket, FILE * fp, int size);
void mergeFiles(string ip, string port, string handler, string filedest, string header, string toSend, string starts); //merge everything in message void mergeFiles(string ip, string port, string handler, string filedest, string header, string toSend, string starts); //merge everything in message
void sendLines(int socket, string filename, int start, int end); void sendLines(int socket, string filename, vector<string> starts);
int sendMessage(string ip, string port, string message); int sendMessage(string ip, string port, string message);
int messageHandler(int sockfd, string payloadMessage, string returnID); int messageHandler(int sockfd, string payloadMessage, string returnID);
int createConnection(string ip, string port); int createConnection(string ip, string port);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment