fix regression. make the hook types be ints.
[apps/madmutt.git] / sidebar.h
index f850d67..9aba9a3 100644 (file)
--- a/sidebar.h
+++ b/sidebar.h
 #define _SIDEBAR_H
 
 int sidebar_draw (int);
+void sidebar_draw_frames (void);
 void sidebar_scroll (int, int);
 void sidebar_set_buffystats (CONTEXT *);
 const char* sidebar_get_current (void);
 void sidebar_set_current (const char*);
+/* returns one if buff_check should thorougly count */
+int sidebar_need_count (void);
 
 #endif /* _SIDEBAR_H */