K 10 svn:author V 5 tobik K 8 svn:date V 27 2020-03-18T07:54:37.543052Z K 7 svn:log V 471 games/seabattle: Fix build after ncurses update(?) In file included from binp.c:6: ./batt.h:57:6: error: conflicting types for 'exit_curses' void exit_curses(void); ^ /usr/include/curses.h:2093:29: note: previous declaration is here extern NCURSES_EXPORT(void) exit_curses (int) GCC_NORETURN; ^ binp.c:45:6: error: conflicting types for 'exit_curses' void exit_curses(void) /* Shutdown curses nicely so the */ ^ END