X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sidebar.h;h=f850d67adb3e285d85f667a96b84ed63c5d1fb78;hp=f31c960d97696aa5ada871c7981965f5e4878d31;hb=34a88259726b0a7dacc3affe6f37214f893c9ce3;hpb=c3e57678c8be193fc137854020f3a90887be97c9 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 */