Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rofl0r/proxychains-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/core.h b/src/core.h
index 5f446e9..36cf45b 100644
--- a/src/core.h
+++ b/src/core.h
@@ -84,8 +84,7 @@ typedef struct {
} proxy_data;
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 );
+ proxy_data * pd, unsigned int proxy_count, chain_type ct );
void proxychains_write_log(char *str, ...);
@@ -130,6 +129,9 @@ void proxy_freeaddrinfo(struct addrinfo *res);
void core_initialize(void);
void core_unload(void);
+extern unsigned int proxychains_max_chain;
+extern unsigned int proxychains_fixed_chain;
+
#include "debug.h"
#endif