Commit dfc88f2b authored by Jérôme Poulin's avatar Jérôme Poulin

Fix warning about implicit declaration of int create_connection();

parent 497bd073
......@@ -66,6 +66,7 @@ void server_loop();
void handle_client(int client_sock, struct sockaddr_in client_addr);
void forward_data(int source_sock, int destination_sock);
void forward_data_ext(int source_sock, int destination_sock, char *cmd);
int create_connection();
int parse_options(int argc, char *argv[]);
int server_sock, client_sock, remote_sock, remote_port = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment