Color is working.
[super-star-trek.git] / sst.h
diff --git a/sst.h b/sst.h
index 8a1f44d10872e13de952fb73a3f787c16ecfc8c0..95ef5518cd386b8b7136d5030427c4a08cae93fe 100644 (file)
--- a/sst.h
+++ b/sst.h
@@ -443,7 +443,7 @@ void waitfor(void);
 void setpassword(void);
 void commandhook(char *, int);
 void makechart(void);
-void enqueue(char *s);
+void enqueue(char *);
 
 /* mode arguments for srscan() */
 #define SCAN_FULL              1
@@ -453,7 +453,7 @@ void enqueue(char *s);
 
 WINDOW *fullscreen_window;
 WINDOW *srscan_window;
-WINDOW *REPORT_WINDOW;
+WINDOW *report_window;
 WINDOW *lrscan_window;
 WINDOW *message_window;
 WINDOW *prompt_window;