mcabber/src/hbuf.h
changeset 464 e4840b288be0
parent 462 d580e87c11ed
child 513 d40c434fff46
--- 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__ */