1 2 3 4 5 6 7 8 9
#ifndef IPDB_H #define IPDB_H #include <netinet/in.h> int ipdb_get(in_addr_t *addr, in_addr_t *peer_addr); #endif