diff mcabber/src/screen.h @ 104:fe7257d251ac

[/trunk] Changeset 118 by mikael * Commands are ready. Callback system in place. * Implement /roster callback :) * Completion is case-insensitive (good idea??)
author mikael
date Thu, 21 Apr 2005 20:22:35 +0000
parents 0bd578421ce9
children 7fb72bc13732
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu Apr 21 19:38:23 2005 +0000
+++ b/mcabber/src/screen.h	Thu Apr 21 20:22:35 2005 +0000
@@ -33,4 +33,8 @@
 
 int process_key(int);
 
+// For commands...
+void scr_RosterTop();
+void scr_RosterBottom();
+
 #endif