mcabber/src/hbuf.h
changeset 75 ff119bb11563
parent 71 1e9d4949bcfd
child 106 9a31028e8095
--- 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);