diff mcabber/src/screen.h @ 1359:7daf906fbcdc

The command /quit can be used in bindings, hooks and sourced files (It used to work in bindings only)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 11 Nov 2007 13:05:57 +0100
parents e30a9d907105
children f89844a0448a
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Nov 11 12:22:41 2007 +0100
+++ b/mcabber/src/screen.h	Sun Nov 11 13:05:57 2007 +0100
@@ -102,7 +102,7 @@
 void scr_init_bindings(void);
 
 void scr_Getch(keycode *kcode);
-int process_key(keycode kcode);
+void process_key(keycode kcode);
 
 void scr_InitLocaleCharSet(void);
 void scr_InitCurses(void);