simplify log func

This commit is contained in:
rofl0r
2012-07-14 17:59:06 +02:00
parent e5e87c8f22
commit 71e15e2edd
2 changed files with 6 additions and 11 deletions

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 *);