1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

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
parent ce6e5a12f9
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);