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

New command: /buffer save
author Mikael Berthe <mikael@lilotux.net>
date Sun, 20 Apr 2008 16:06:37 +0200
parents e74cc83e7158
children f61ed2466f7c
line wrap: on
line diff
--- a/mcabber/src/screen.h	Sun Apr 20 14:30:25 2008 +0200
+++ b/mcabber/src/screen.h	Sun Apr 20 16:06:37 2008 +0200
@@ -162,6 +162,7 @@
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);
 void scr_BufferDate(time_t t);
+void scr_BufferDump(const char *file);
 void scr_RosterUnreadMessage(int);
 void scr_RosterJumpAlternate(void);
 void scr_BufferScrollUpDown(int updown, unsigned int nblines);