diff mcabber/src/logprint.h @ 1518:63dc211a4c1a

New command: /echo (display a message in the log window)
author Mikael Berthe <mikael@lilotux.net>
date Sat, 27 Sep 2008 22:41:29 +0200
parents f89844a0448a
children
line wrap: on
line diff
--- a/mcabber/src/logprint.h	Sat Sep 27 21:21:37 2008 +0200
+++ b/mcabber/src/logprint.h	Sat Sep 27 22:41:29 2008 +0200
@@ -10,6 +10,7 @@
 // For convenience...
 #define LPRINT_LOGNORM  (LPRINT_NORMAL|LPRINT_LOG)
 
+void scr_print_logwindow(const char *string);
 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
 
 void scr_DoUpdate(void);