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