#ifndef _BIRUDA_CLI_HEADER_INCLUDED #define _BIRUDA_CLI_HEADER_INCLUDED #include "port.h" #include #ifdef _WIN32 int start_interactive( bool colors, const char *host, unsigned short port, FILE *in ); #endif #endif void print_guessed_env( bool human_readable );