X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sidebar.h;h=005092c38914e2e2f62bcb7884d8359e5d6eef0c;hp=f31c960d97696aa5ada871c7981965f5e4878d31;hb=fb514a63a7f58b76577fb30bfa260ad1b9239c41;hpb=c3e57678c8be193fc137854020f3a90887be97c9 diff --git a/sidebar.h b/sidebar.h index f31c960..005092c 100644 --- a/sidebar.h +++ b/sidebar.h @@ -8,14 +8,15 @@ * please see the file GPL in the top level source directory. */ -#ifndef SIDEBAR_H -#define SIDEBAR_H +#ifndef _SIDEBAR_H +#define _SIDEBAR_H -/* parameter is whether or not to go to the status line */ -/* used for omitting the last | that covers up the status bar in the index */ -int draw_sidebar (int); -void scroll_sidebar (int, int); -void set_curbuffy (char *); -void set_buffystats (CONTEXT *); +int sidebar_draw (int); +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 */ +#endif /* _SIDEBAR_H */