1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-16 18:42:36 +08:00

simplify log func

This commit is contained in:
rofl0r
2012-07-14 17:59:06 +02:00
Unverified
parent e5e87c8f22
commit 71e15e2edd
2 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ 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 );
int proxychains_write_log(char *str,...);
void proxychains_write_log(char *str, ...);
typedef int (*connect_t)(int, const struct sockaddr *, socklen_t);
typedef struct hostent* (*gethostbyname_t)(const char *);