--- a/sources/interface.h Mon Dec 15 20:18:56 2014 +0200 +++ b/sources/interface.h Mon Dec 15 20:19:18 2014 +0200 @@ -40,4 +40,6 @@ FUNCTION set_title (const String& message) -> void; FUNCTION update_statusbar() -> void; FUNCTION connect (String address, String password) -> void; + FUNCTION need_refresh() -> void; + FUNCTION tab_complete (const String& part, String complete) -> void; };