X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=sidebar.h;h=ca7faa23d6965dddc44585b0c67ac6fb17ab3c95;hp=4e7bbf3d245ee517d217549eede425a1c44e3d33;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=31edbe030ac69952aa535730427246b5e9a1603c diff --git a/sidebar.h b/sidebar.h index 4e7bbf3..ca7faa2 100644 --- a/sidebar.h +++ b/sidebar.h @@ -15,16 +15,16 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. - */ + */ #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 draw_sidebar (int); +void scroll_sidebar (int, int); +void set_curbuffy (char *); +void set_buffystats (CONTEXT *); #endif /* SIDEBAR_H */