diff mcabber/src/screen.h @ 464:e4840b288be0

Add "/buffer date"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:31:56 +0200
parents d580e87c11ed
children 882e1acae422
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu Sep 29 22:03:22 2005 +0200
+++ b/mcabber/src/screen.h	Thu Sep 29 22:31:56 2005 +0200
@@ -55,6 +55,7 @@
 void scr_BufferClear(void);
 void scr_BufferSearch(int direction, const char *text);
 void scr_BufferPercent(int pc);
+void scr_BufferDate(time_t t);
 void scr_RosterUnreadMessage(int);
 void scr_RosterJumpAlternate(void);