X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=sidebar.h;h=f850d67adb3e285d85f667a96b84ed63c5d1fb78;hb=5027f6335acf003a55691db9def391ff4c26264f;hp=f31c960d97696aa5ada871c7981965f5e4878d31;hpb=9c02039bb94c2fb846e0226c321c7dd79df455c4;p=apps%2Fmadmutt.git diff --git a/sidebar.h b/sidebar.h index f31c960..f850d67 100644 --- a/sidebar.h +++ b/sidebar.h @@ -8,14 +8,13 @@ * 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*); -#endif /* SIDEBAR_H */ +#endif /* _SIDEBAR_H */