diff mcabber/src/hbuf.h @ 75:ff119bb11563

[/trunk] Changeset 89 by mikael * Fix wrapping (prefix) issue.
author mikael
date Sat, 16 Apr 2005 17:14:55 +0000
parents 1e9d4949bcfd
children 9a31028e8095
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sat Apr 16 16:37:31 2005 +0000
+++ b/mcabber/src/hbuf.h	Sat Apr 16 17:14:55 2005 +0000
@@ -12,7 +12,8 @@
 #define HBB_FLAG_PERSISTENT 2
 // #define HBB_FLAG_FREE       4
 
-void hbuf_add_line(GList **p_hbuf, char *text, unsigned int width);
+void hbuf_add_line(GList **p_hbuf, const char *text, const char *prefix,
+        unsigned int width);
 void hbuf_free(GList **p_hbuf);
 void hbuf_rebuild(GList **p_hbuf, unsigned int width);