add: improved print
This commit is contained in:
8
src/host.h
Normal file
8
src/host.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
struct host {
|
||||
char ip[INET_ADDRSTRLEN];
|
||||
char *hostname;
|
||||
};
|
||||
Reference in New Issue
Block a user