diff mcabber/src/logprint.h @ 1274:c33b5b6fbf08

Fix screen refresh issue (spotted by franky) The message "Reading <JID> history file...", when loading a big history file, was displayed too late.
author Mikael Berthe <mikael@lilotux.net>
date Wed, 22 Aug 2007 22:19:33 +0200
parents 527d6f234924
children f89844a0448a
line wrap: on
line diff
--- a/mcabber/src/logprint.h	Tue Aug 21 22:45:53 2007 +0200
+++ b/mcabber/src/logprint.h	Wed Aug 22 22:19:33 2007 +0200
@@ -12,6 +12,8 @@
 
 void scr_LogPrint(unsigned int flag, const char *fmt, ...);
 
+inline void scr_DoUpdate(void);
+
 #endif /* __LOGPRINT_H__ */
 
 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */