diff -r 339e85418b49 -r e4840b288be0 mcabber/src/hbuf.h --- 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__ */