Rocco Rutte:
[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 int sidebar_draw (int);
15 void sidebar_scroll (int, int);
16 void sidebar_set_buffystats (CONTEXT *);
17 const char* sidebar_get_current (void);
18 void sidebar_set_current (const char*);
19 /* returns one if buff_check should thorougly count */
20 int sidebar_need_count (void);
21
22 #endif /* _SIDEBAR_H */