diff mcabber/src/screen.h @ 675:ae7016aae014

New "beep_on_message" option
author Mikael Berthe <mikael@lilotux.net>
date Wed, 25 Jan 2006 22:00:06 +0100
parents d7fe7b88e4fc
children 6c100adfbfb6
line wrap: on
line diff
--- a/mcabber/src/screen.h	Tue Jan 17 23:32:28 2006 +0100
+++ b/mcabber/src/screen.h	Wed Jan 25 22:00:06 2006 +0100
@@ -39,6 +39,7 @@
 void scr_append_multiline(const char *line);
 inline const char *scr_get_multiline();
 
+inline void scr_Beep(void);
 int scr_Getch(void);
 
 int process_key(int);