X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=sst.h;h=95ef5518cd386b8b7136d5030427c4a08cae93fe;hp=8a1f44d10872e13de952fb73a3f787c16ecfc8c0;hb=50d43451314c229e511b46b69e7ca878ff9a0930;hpb=5952a98d5a83ad6ed9dfe7821ed427504f280af1 diff --git a/sst.h b/sst.h index 8a1f44d..95ef551 100644 --- 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;