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-10-04 11:19:10 +01:00 committed by Tim Edwards
parent 83f7a71ff3
commit b716aaa59d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ extern void cmwUndoColor(int, int, int, int, int, int, int);
extern bool CMWCheckWritten(void);
/* C99 compat */
extern void CMWinit();
extern void CMWinit(void);
#endif /* _CMWIND_H */