remove dead code

pull/3/head
rofl0r 2012-04-24 01:46:57 +02:00
parent bc23ef8f46
commit 561679fbcd
1 changed files with 0 additions and 9 deletions

View File

@ -97,15 +97,6 @@ typedef struct {
char pass[256];
} proxy_data;
typedef struct {
proxy_data *pd;
chain_type ct;
unsigned int proxy_count;
int sock;
struct sockaddr addr;
int flags;
} thread_arg;
int connect_proxy_chain (int sock, ip_type target_ip, unsigned short target_port,
proxy_data * pd, unsigned int proxy_count, chain_type ct,
unsigned int max_chain );