1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-05-25 07:49:54 +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
+1
View File
@@ -12,6 +12,7 @@
#include <stddef.h>
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);
//RcB: DEP "common.c"
#endif