#ifndef _BIRUDA_CLI_HEADER_INCLUDED #define _BIRUDA_CLI_HEADER_INCLUDED #include "port.h" #include int start_interactive( bool colors, unsigned short port, FILE *in ); #endif