1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-30 02:49:49 +08:00

move stringfromipv4 into common.c

This commit is contained in:
rofl0r
2012-11-07 22:00:03 +01:00
Unverified
parent 8b19829de4
commit c698d48c03
6 changed files with 27 additions and 27 deletions
-2
View File
@@ -114,8 +114,6 @@ int proxy_getaddrinfo(const char *node, const char *service,
const struct addrinfo *hints, struct addrinfo **res);
void proxy_freeaddrinfo(struct addrinfo *res);
void pc_stringfromipv4(unsigned char *ip_buf_4_bytes, char *outbuf_16_bytes);
void core_initialize(void);
void core_unload(void);