diff mcabber/src/screen.h @ 865:cee8d6be04e1

Improve changeset a3db3ee8b99e, do not enable chatmode when refreshing
author Mikael Berthe <mikael@lilotux.net>
date Wed, 24 May 2006 21:52:46 +0200
parents 3a3c7a017904
children b30df2ab457f
line wrap: on
line diff
--- a/mcabber/src/screen.h	Tue May 23 22:05:58 2006 +0200
+++ b/mcabber/src/screen.h	Wed May 24 21:52:46 2006 +0200
@@ -67,6 +67,7 @@
 void scr_WriteOutgoingMessage(const char *jidto,   const char *text);
 void scr_ShowBuddyWindow(void);
 bool scr_BuddyBufferExists(const char *jid);
+inline void scr_UpdateBuddyWindow(void);
 inline void scr_set_chatmode(int enable);
 inline void scr_set_multimode(int enable, char *subject);
 inline int  scr_get_multimode(void);