--- a/sources/interface.h Mon May 04 18:16:05 2015 +0300 +++ b/sources/interface.h Fri May 15 18:36:22 2015 +0300 @@ -41,4 +41,6 @@ FUNCTION update_statusbar() -> void; FUNCTION connect (String address, String password) -> void; FUNCTION set_player_names (const StringList& names) -> void; + FUNCTION need_refresh() -> void; + FUNCTION tab_complete (const String& part, String complete) -> void; };