--- a/sources/interface.h Sun May 17 17:22:20 2015 +0300 +++ b/sources/interface.h Sun May 17 22:07:48 2015 +0300 @@ -56,6 +56,7 @@ void need_refresh(); void tab_complete (const String& part, String complete); RCONSession* get_session() { return &Session; } + void disconnected(); template<typename... argtypes> void print (const String& fmtstr, const argtypes&... args) @@ -117,4 +118,4 @@ void yank (int a, int b); int find_previous_word(); int find_next_word(); -}; +}; \ No newline at end of file