move stringfromipv4 into common.c

This commit is contained in:
rofl0r
2012-11-07 22:00:03 +01:00
parent 8b19829de4
commit c698d48c03
6 changed files with 27 additions and 27 deletions

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];

View File

@ -1,4 +1,5 @@
#include "../src/core.h"
#include "../src/common.h"
#include <stdio.h>
void printhostent(struct hostent *hp) {