1
0
mirror of https://github.com/rofl0r/proxychains-ng synced 2026-06-04 14:03:34 +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 -1
View File
@@ -1,6 +1,6 @@
#include <netdb.h>
#include <stdio.h>
#include "../src/core.h"
#include "../src/common.h"
void printhostent(struct hostent *hp) {
char ipbuf[16];
+1
View File
@@ -1,4 +1,5 @@
#include "../src/core.h"
#include "../src/common.h"
#include <stdio.h>
void printhostent(struct hostent *hp) {