Skip to content
Snippets Groups Projects
Commit aa58c5c0 authored by Joey Le's avatar Joey Le
Browse files

FIXED HEADER AND RSH SERVER AND STUFF

parent 6bb57da0
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,6 @@ int process_cli_requests(int svr_socket) {
}
/*
* exec_client_requests(cli_socket)
* cli_socket: The server-side socket that is connected to the client
......@@ -388,7 +387,6 @@ void *exec_client_requests(void *socket_handle) {
pthread_exit(NULL);
}
/*
* send_message_eof(cli_socket)
* cli_socket: The server-side socket that is connected to the client
......
......@@ -65,7 +65,7 @@ int stop_server(int svr_socket);
int send_message_eof(int cli_socket);
int send_message_string(int cli_socket, char *buff);
int process_cli_requests(int svr_socket);
int *exec_client_requests(int cli_socket);
void *exec_client_requests(void *socket_handle);
int rsh_execute_pipeline(int socket_fd, command_list_t *clist);
Built_In_Cmds rsh_match_command(const char *input);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment