1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-23 22:59:50 +08:00

Add DUMP_PROXY_CHAIN for debug builds and debug.c.

This commit is contained in:
crass
2013-06-23 12:12:25 +07:00
committed by rofl0r
Unverified
parent b9ca1cdefd
commit 5c4c166802
5 changed files with 53 additions and 2 deletions
+4
View File
@@ -11,6 +11,10 @@
#include <stddef.h>
extern const char *proxy_type_strmap[];
extern const char *chain_type_strmap[];
extern const char *proxy_state_strmap[];
char *get_config_path(char* default_path, char* pbuf, size_t bufsize);
void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes);