mcabber/src/hbuf.h
changeset 462 d580e87c11ed
parent 370 dd9e2eb52916
child 464 e4840b288be0
--- a/mcabber/src/hbuf.h	Wed Sep 28 21:56:35 2005 +0200
+++ b/mcabber/src/hbuf.h	Thu Sep 29 21:28:39 2005 +0200
@@ -35,5 +35,6 @@
 
 hbb_line **hbuf_get_lines(GList *hbuf, unsigned int n);
 GList *hbuf_search(GList *hbuf, int direction, const char *string);
+GList *hbuf_jump_percent(GList *hbuf, int pc);
 
 #endif /* __HBUF_H__ */