diff mcabber/src/screen.h @ 1483:e74cc83e7158

Refactor scr_UpdateWindow()
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 11:45:01 +0200
parents bb1cc8902d0e
children 0121b6f3047c
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sat Apr 19 10:49:30 2008 +0200
+++ b/mcabber/src/screen.h	Sun Apr 20 11:45:01 2008 +0200
@@ -20,6 +20,7 @@
 //static void spellcheck(char*, char*);
 #endif
 
+#include "hbuf.h"
 #include "logprint.h"
 
 #define INPUTLINE_LENGTH  1024
@@ -129,6 +130,8 @@
 const char *scr_get_multiline(void);
 const char *scr_get_multimode_subj(void);
 
+void scr_line_prefix(hbb_line *line, char *prefix, guint preflen);
+
 void scr_Beep(void);
 
 bool Autoaway;