sources/interface.h

branch
protocol5
changeset 80
f992b027374b
parent 78
c1d43ade656e
child 84
3bd32eec3d57
--- 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

mercurial