#ifndef HOST_H
#define HOST_H

const char *display_host();

#endif