K&R: cmwind.h conversion to ANSI

K&R obsolete syntax removal for C23 compatibility series
This commit is contained in:
Darryl L. Miles
2024-12-26 13:07:52 -05:00
committed by Tim Edwards
parent 83f7a71ff3
commit b716aaa59d
+1 -1
View File
@@ -78,7 +78,7 @@ extern void cmwUndoColor(int, int, int, int, int, int, int);
extern bool CMWCheckWritten(void); extern bool CMWCheckWritten(void);
/* C99 compat */ /* C99 compat */
extern void CMWinit(); extern void CMWinit(void);
#endif /* _CMWIND_H */ #endif /* _CMWIND_H */