mainwindows_recreate() should be declared always

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1136 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-01-18 02:58:16 +00:00 committed by cras
commit 1157ed5800

View file

@ -27,9 +27,7 @@ void mainwindow_destroy(MAIN_WINDOW_REC *window);
void mainwindows_redraw(void);
void mainwindows_resize(int ychange, int xchange);
#ifndef USE_CURSES_WINDOWS
void mainwindows_recreate(void);
#endif
int mainwindows_reserve_lines(int count, int up);