diff mcabber/src/hbuf.h @ 1141:5be2408a6534

Add option "max_history_blocks"
author Mikael Berthe <mikael@lilotux.net>
date Tue, 06 Feb 2007 00:21:42 +0100
parents 6eb1efea75d0
children e802ec0c02d2
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Feb 04 18:49:47 2007 +0100
+++ b/mcabber/src/hbuf.h	Tue Feb 06 00:21:42 2007 +0100
@@ -33,7 +33,7 @@
 } hbb_line;
 
 void hbuf_add_line(GList **p_hbuf, const char *text, time_t timestamp,
-        guint prefix_flags, guint width);
+        guint prefix_flags, guint width, guint maxhbufblocks);
 void hbuf_free(GList **p_hbuf);
 void hbuf_rebuild(GList **p_hbuf, unsigned int width);
 GList *hbuf_previous_persistent(GList *l_line);