comparison mcabber/src/screen.h @ 108:7fb72bc13732

[/trunk] Changeset 122 by mikael * Add /clear command.
author mikael
date Fri, 22 Apr 2005 22:06:53 +0000
parents fe7257d251ac
children 03be1cc94560
comparison
equal deleted inserted replaced
107:57daf8da91d1 108:7fb72bc13732
32 int scr_Getch(void); 32 int scr_Getch(void);
33 33
34 int process_key(int); 34 int process_key(int);
35 35
36 // For commands... 36 // For commands...
37 void scr_RosterTop(); 37 void scr_RosterTop(void);
38 void scr_RosterBottom(); 38 void scr_RosterBottom(void);
39 void scr_Clear(void);
39 40
40 #endif 41 #endif