--- a/sources/interface.h Fri Jul 24 04:31:17 2015 +0300 +++ b/sources/interface.h Sat Jan 09 17:20:25 2016 +0200 @@ -59,6 +59,7 @@ void need_refresh(); void tab_complete (const String& part, String complete); RCONSession* get_session() { return &Session; } + void handle_command(const String& input); void vprint (const char* fmtstr, va_list args); void __cdecl print (const char* fmtstr, ...);