diff mcabber/src/hbuf.h @ 462:d580e87c11ed

Add "/buffer %n"
author Mikael Berthe <mikael@lilotux.net>
date Thu, 29 Sep 2005 21:28:39 +0200
parents dd9e2eb52916
children e4840b288be0
line wrap: on
line diff
--- 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__ */