diff mcabber/src/screen.h @ 514:979eb0fe2969

Show status changes in buddy window, if it is open
author Mikael Berthe <mikael@lilotux.net>
date Sun, 13 Nov 2005 22:46:46 +0100
parents 5a2132ba2220
children 180f0a6e4ac9
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Nov 13 22:15:19 2005 +0100
+++ b/mcabber/src/screen.h	Sun Nov 13 22:46:46 2005 +0100
@@ -33,6 +33,7 @@
         time_t timestamp, guint prefix);
 void scr_WriteOutgoingMessage(const char *jidto,   const char *text);
 void scr_ShowBuddyWindow(void);
+bool scr_BuddyBufferExists(const char *jid);
 inline void scr_set_chatmode(int enable);
 inline void scr_set_multimode(int enable);
 inline int  scr_get_multimode();