#pragma once #include int dns_lookup(char *ip_addr, const char *hostname); int reverse_dns_lookup(char *ip_addr, char *host);