diff mcabber/src/screen.h @ 721:9cf31c9b1dc4

Use room topic as a description in the chat status line Thanks to Salvador for the idea.
author Mikael Berthe <mikael@lilotux.net>
date Sun, 05 Mar 2006 00:17:12 +0100
parents b5aa7b7afee8
children 23068490d063
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Mar 05 00:03:06 2006 +0100
+++ b/mcabber/src/screen.h	Sun Mar 05 00:17:12 2006 +0100
@@ -29,6 +29,7 @@
 void scr_DrawMainWindow(unsigned int fullinit);
 void scr_DrawRoster(void);
 void scr_UpdateMainStatus(void);
+void scr_UpdateChatStatus(int forceupdate);
 void scr_RosterVisibility(int status);
 void scr_WriteIncomingMessage(const char *jidfrom, const char *text,
         time_t timestamp, guint prefix);