Various declaration cleanups.
[super-star-trek.git] / src / io.c
index 30908e63fee269a2a8803f45908748a07bee5fd1..5c5ac644526dc4c91ba5f9db6be3e20b04fab22f 100644 (file)
--- a/src/io.c
+++ b/src/io.c
 static int rows, linecount;    /* for paging */
 
 WINDOW *curwnd;
+WINDOW *fullscreen_window;
+WINDOW *srscan_window;
+WINDOW *report_window;
+WINDOW *lrscan_window;
+WINDOW *message_window;
+WINDOW *prompt_window;
 
 static void outro(void)
 /* wrap up, either normally or due to signal */