Skip to content

Commit

Permalink
Fix warning about implicit declaration of int create_connection();
Browse files Browse the repository at this point in the history
  • Loading branch information
ticpu committed Oct 28, 2016
1 parent 497bd07 commit dfc88f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit dfc88f2

Please sign in to comment.