f31c960d97696aa5ada871c7981965f5e4878d31
[apps/madmutt.git] / sidebar.h
1 /*
2  * Copyright notice from original mutt:
3  * Copyright (C) ????-2004 Justin Hibbits <jrh29@po.cwru.edu>
4  * Copyright (C) 2004 Thomer M. Gil <mutt@thomer.com>
5  *
6  * This file is part of mutt-ng, see http://www.muttng.org/.
7  * It's licensed under the GNU General Public License,
8  * please see the file GPL in the top level source directory.
9  */
10
11 #ifndef SIDEBAR_H
12 #define SIDEBAR_H
13
14 /* parameter is whether or not to go to the status line */
15 /* used for omitting the last | that covers up the status bar in the index */
16 int draw_sidebar (int);
17 void scroll_sidebar (int, int);
18 void set_curbuffy (char *);
19 void set_buffystats (CONTEXT *);
20
21 #endif /* SIDEBAR_H */