diff mcabber/src/hbuf.h @ 1485:0121b6f3047c

New command: /buffer save
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 16:06:37 +0200
parents 7b36b91a4388
children f4a2c6f767d1
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Sun Apr 20 14:30:25 2008 +0200
+++ b/mcabber/src/hbuf.h	Sun Apr 20 16:06:37 2008 +0200
@@ -48,6 +48,8 @@
 GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 
+void hbuf_dump_to_file(GList *hbuf, const char *filename);
+
 guint hbuf_get_blocks_number(GList *p_hbuf);
 
 #endif /* __HBUF_H__ */