// get_hostname.h #ifndef get_hostname_H #define get_hostname_H #include // Tries a few tricks to fetch the hostname. // If these fail, it returns blank. std::string get_hostname(); #endif