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

Add "/buffer date"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 22:31:56 +0200
parents d580e87c11ed
children d40c434fff46
line wrap: on
line diff
--- a/mcabber/src/hbuf.h	Thu Sep 29 22:03:22 2005 +0200
+++ b/mcabber/src/hbuf.h	Thu Sep 29 22:31:56 2005 +0200
@@ -35,6 +35,7 @@
 
 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
 GList *hbuf_search(GList *hbuf, int direction, const char *string);
+GList *hbuf_jump_date(GList *hbuf, time_t t);
 GList *hbuf_jump_percent(GList *hbuf, int pc);
 
 #endif /* __HBUF_H__ */