#ifndef WHOIS_H #define WHOIS_H #include void Whois(String nick); void ShowWhois(String data); void ShowWhowas(String data); #endif .